Shades of Han Purple #5917E6
Tints of Han Purple #5917E6
RGB
CMYK
RGB Variations
Color information
#5917E6 (or 0x5917E6) is known color: Han Purple. HEX triplet: 59, 17 and E6. RGB value is (89,23,230). Sum of RGB (Red+Green+Blue) = 89+23+230=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 230 (90.23% from 255 or 67.25% from 342); Max value from RGB is 230 - color contains mainly: blue. Hex color #5917E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5917E6 is #A6E819. Grayscale: #414141. Windows color (decimal): -10938394 or 15079257. OLE color: 15079257.
HSL color Cylindrical-coordinate representation of color #5917E6: hue angle of 259.13º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5917E6 is Cyan = 0.61, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 23 | 230 | - |
| CMYK | 0.61 | 0.9 | 0 | 0.10 |
| HSL | 259.13º | 0.82% | 0.5% | - |
| HSV(B) | 259.13º | 0.9% | 0.9% | - |
| XYZ | 18.71 | 8.45 | 75.51 | - |
| YUV | 66.33 | 220.37 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 230 | 0.61 | 0.9 | 0 | 0.10 | 259.13 | 0.82 | 0.5 |
| Hex | 59 | 17 | E6 | 3D | 5A | 0 | A | 103 | 52 | 32 |
| Octal | 131 | 27 | 346 | 75 | 132 | 0 | 12 | 403 | 122 | 62 |
| Binary | 1011001 | 10111 | 11100110 | 111101 | 1011010 | 0 | 1010 | 100000011 | 1010010 | 110010 |
Color Harmonies of #5917E6
Complementary color
Monochromatic Colors of #5917E6
Black with #5917E6
Text Example
Text Example
White with #5917E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5917E6; }
p { color: rgb(89,23,230); }
H1.HeaderClassName
{
color: #5917E6;
}
.AnyTagClassName
{
color: #5917E6;
}
</style>
background-color css
<style>
a { background-color: #5917E6; }
a { background-color: rgb(89,23,230); }
div.DivClassName
{
background-color: #5917E6;
}
.BgClassName
{
background-color: #5917E6;
}
</style>
border-color css
<style>
span { border-color: #5917E6; }
span { border-color: rgb(89,23,230); }
td.TdClassName
{
border-color: #5917E6;
}
.TagClassName
{
border-color: #5917E6;
}
</style>