Shades of Han Purple #5914EF
Tints of Han Purple #5914EF
RGB
CMYK
RGB Variations
Color information
#5914EF (or 0x5914EF) is known color: Han Purple. HEX triplet: 59, 14 and EF. RGB value is (89,20,239). Sum of RGB (Red+Green+Blue) = 89+20+239=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #5914EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5914EF is #A6EB10. Grayscale: #404040. Windows color (decimal): -10939153 or 15668313. OLE color: 15668313.
HSL color Cylindrical-coordinate representation of color #5914EF: hue angle of 258.9º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5914EF is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 20 | 239 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.06 |
| HSL | 258.9º | 0.87% | 0.51% | - |
| HSV(B) | 258.9º | 0.92% | 0.94% | - |
| XYZ | 19.95 | 8.86 | 82.32 | - |
| YUV | 65.6 | 225.86 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 239 | 0.63 | 0.92 | 0 | 0.06 | 258.9 | 0.87 | 0.51 |
| Hex | 59 | 14 | EF | 3F | 5C | 0 | 6 | 103 | 57 | 33 |
| Octal | 131 | 24 | 357 | 77 | 134 | 0 | 6 | 403 | 127 | 63 |
| Binary | 1011001 | 10100 | 11101111 | 111111 | 1011100 | 0 | 110 | 100000011 | 1010111 | 110011 |
Color Harmonies of #5914EF
Complementary color
Monochromatic Colors of #5914EF
Black with #5914EF
Text Example
Text Example
White with #5914EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5914EF; }
p { color: rgb(89,20,239); }
H1.HeaderClassName
{
color: #5914EF;
}
.AnyTagClassName
{
color: #5914EF;
}
</style>
background-color css
<style>
a { background-color: #5914EF; }
a { background-color: rgb(89,20,239); }
div.DivClassName
{
background-color: #5914EF;
}
.BgClassName
{
background-color: #5914EF;
}
</style>
border-color css
<style>
span { border-color: #5914EF; }
span { border-color: rgb(89,20,239); }
td.TdClassName
{
border-color: #5914EF;
}
.TagClassName
{
border-color: #5914EF;
}
</style>