Shades of Han Purple #5914FE
Tints of Han Purple #5914FE
RGB
CMYK
RGB Variations
Color information
#5914FE (or 0x5914FE) is known color: Han Purple. HEX triplet: 59, 14 and FE. RGB value is (89,20,254). Sum of RGB (Red+Green+Blue) = 89+20+254=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #5914FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5914FE is #A6EB01. Grayscale: #424242. Windows color (decimal): -10939138 or 16651353. OLE color: 16651353.
HSL color Cylindrical-coordinate representation of color #5914FE: hue angle of 257.69º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5914FE is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 20 | 254 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.00 |
| HSL | 257.69º | 0.99% | 0.54% | - |
| HSV(B) | 257.69º | 0.92% | 1% | - |
| XYZ | 22.26 | 9.78 | 94.48 | - |
| YUV | 67.31 | 233.36 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 254 | 0.65 | 0.92 | 0 | 0.00 | 257.69 | 0.99 | 0.54 |
| Hex | 59 | 14 | FE | 41 | 5C | 0 | 0 | 102 | 63 | 36 |
| Octal | 131 | 24 | 376 | 101 | 134 | 0 | 0 | 402 | 143 | 66 |
| Binary | 1011001 | 10100 | 11111110 | 1000001 | 1011100 | 0 | 0 | 100000010 | 1100011 | 110110 |
Color Harmonies of #5914FE
Complementary color
Monochromatic Colors of #5914FE
Black with #5914FE
Text Example
Text Example
White with #5914FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5914FE; }
p { color: rgb(89,20,254); }
H1.HeaderClassName
{
color: #5914FE;
}
.AnyTagClassName
{
color: #5914FE;
}
</style>
background-color css
<style>
a { background-color: #5914FE; }
a { background-color: rgb(89,20,254); }
div.DivClassName
{
background-color: #5914FE;
}
.BgClassName
{
background-color: #5914FE;
}
</style>
border-color css
<style>
span { border-color: #5914FE; }
span { border-color: rgb(89,20,254); }
td.TdClassName
{
border-color: #5914FE;
}
.TagClassName
{
border-color: #5914FE;
}
</style>