Shades of Han Purple #5914EE
Tints of Han Purple #5914EE
RGB
CMYK
RGB Variations
Color information
#5914EE (or 0x5914EE) is known color: Han Purple. HEX triplet: 59, 14 and EE. RGB value is (89,20,238). Sum of RGB (Red+Green+Blue) = 89+20+238=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #5914EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5914EE is #A6EB11. Grayscale: #404040. Windows color (decimal): -10939154 or 15602777. OLE color: 15602777.
HSL color Cylindrical-coordinate representation of color #5914EE: hue angle of 258.99º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5914EE is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 20 | 238 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.07 |
| HSL | 258.99º | 0.87% | 0.51% | - |
| HSV(B) | 258.99º | 0.92% | 0.93% | - |
| XYZ | 19.8 | 8.8 | 81.54 | - |
| YUV | 65.48 | 225.36 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 238 | 0.63 | 0.92 | 0 | 0.07 | 258.99 | 0.87 | 0.51 |
| Hex | 59 | 14 | EE | 3F | 5C | 0 | 7 | 103 | 57 | 33 |
| Octal | 131 | 24 | 356 | 77 | 134 | 0 | 7 | 403 | 127 | 63 |
| Binary | 1011001 | 10100 | 11101110 | 111111 | 1011100 | 0 | 111 | 100000011 | 1010111 | 110011 |
Color Harmonies of #5914EE
Complementary color
Monochromatic Colors of #5914EE
Black with #5914EE
Text Example
Text Example
White with #5914EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5914EE; }
p { color: rgb(89,20,238); }
H1.HeaderClassName
{
color: #5914EE;
}
.AnyTagClassName
{
color: #5914EE;
}
</style>
background-color css
<style>
a { background-color: #5914EE; }
a { background-color: rgb(89,20,238); }
div.DivClassName
{
background-color: #5914EE;
}
.BgClassName
{
background-color: #5914EE;
}
</style>
border-color css
<style>
span { border-color: #5914EE; }
span { border-color: rgb(89,20,238); }
td.TdClassName
{
border-color: #5914EE;
}
.TagClassName
{
border-color: #5914EE;
}
</style>