Colors :: Hex to RGB and HSV

August 28th, 2008

Your HEX: #
Convert!

R G B H S V
/255 /255 /255 o % %

I created this simple little color converter using JavaScript. It’s main purpose is to convert numbers to a 0-1 scale, as that is what 3D Max uses, while Photoshop uses a 0-255 scale. I can’t do the math in my head, so I force my computer slave to do it for me. Hope it is useful to you too…