Shades of Han Purple #5917FE
Tints of Han Purple #5917FE
RGB
CMYK
RGB Variations
Color information
#5917FE (or 0x5917FE) is known color: Han Purple. HEX triplet: 59, 17 and FE. RGB value is (89,23,254). Sum of RGB (Red+Green+Blue) = 89+23+254=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #5917FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5917FE is #A6E801. Grayscale: #444444. Windows color (decimal): -10938370 or 16652121. OLE color: 16652121.
HSL color Cylindrical-coordinate representation of color #5917FE: hue angle of 257.14º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5917FE is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 23 | 254 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.00 |
| HSL | 257.14º | 0.99% | 0.54% | - |
| HSV(B) | 257.14º | 0.91% | 1% | - |
| XYZ | 22.32 | 9.89 | 94.5 | - |
| YUV | 69.07 | 232.37 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 254 | 0.65 | 0.91 | 0 | 0.00 | 257.14 | 0.99 | 0.54 |
| Hex | 59 | 17 | FE | 41 | 5B | 0 | 0 | 101 | 63 | 36 |
| Octal | 131 | 27 | 376 | 101 | 133 | 0 | 0 | 401 | 143 | 66 |
| Binary | 1011001 | 10111 | 11111110 | 1000001 | 1011011 | 0 | 0 | 100000001 | 1100011 | 110110 |
Color Harmonies of #5917FE
Complementary color
Monochromatic Colors of #5917FE
Black with #5917FE
Text Example
Text Example
White with #5917FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5917FE; }
p { color: rgb(89,23,254); }
H1.HeaderClassName
{
color: #5917FE;
}
.AnyTagClassName
{
color: #5917FE;
}
</style>
background-color css
<style>
a { background-color: #5917FE; }
a { background-color: rgb(89,23,254); }
div.DivClassName
{
background-color: #5917FE;
}
.BgClassName
{
background-color: #5917FE;
}
</style>
border-color css
<style>
span { border-color: #5917FE; }
span { border-color: rgb(89,23,254); }
td.TdClassName
{
border-color: #5917FE;
}
.TagClassName
{
border-color: #5917FE;
}
</style>