rust-hsluv 0.1.1

Color converstions. Convert to/from various color representations: hex, rgb, hsluv, hpluv, lch and xyz.
Documentation
{
  "#000011": {
    "rgb": [
      0, 0, 0.06666666666666667
    ],
    "xyz": [
      0.0010116654996371217, 0.0004046661998548544, 0.0053281049647556315
    ],
    "luv": [
      0.36553347952621895, -0.10640253083479542, -1.4751207214237791
    ],
    "lch": [
      0.36553347952621895, 1.478953224866108, 265.8743202181779
    ],
    "hsluv": [
      265.8743202181779, 100.00000000000087, 0.36553347952621895
    ],
    "hpluv": [
      265.8743202181779, 513.4126968442804, 0.36553347952621895
    ]
  }
}