Shades of Han Purple #5919EE
Tints of Han Purple #5919EE
RGB
CMYK
RGB Variations
Color information
#5919EE (or 0x5919EE) is known color: Han Purple. HEX triplet: 59, 19 and EE. RGB value is (89,25,238). Sum of RGB (Red+Green+Blue) = 89+25+238=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #5919EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5919EE is #A6E611. Grayscale: #434343. Windows color (decimal): -10937874 or 15604057. OLE color: 15604057.
HSL color Cylindrical-coordinate representation of color #5919EE: hue angle of 258.03º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5919EE is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 25 | 238 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.07 |
| HSL | 258.03º | 0.86% | 0.52% | - |
| HSV(B) | 258.03º | 0.89% | 0.93% | - |
| XYZ | 19.9 | 8.99 | 81.58 | - |
| YUV | 68.42 | 223.7 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 238 | 0.63 | 0.89 | 0 | 0.07 | 258.03 | 0.86 | 0.52 |
| Hex | 59 | 19 | EE | 3F | 59 | 0 | 7 | 102 | 56 | 34 |
| Octal | 131 | 31 | 356 | 77 | 131 | 0 | 7 | 402 | 126 | 64 |
| Binary | 1011001 | 11001 | 11101110 | 111111 | 1011001 | 0 | 111 | 100000010 | 1010110 | 110100 |
Color Harmonies of #5919EE
Complementary color
Monochromatic Colors of #5919EE
Black with #5919EE
Text Example
Text Example
White with #5919EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5919EE; }
p { color: rgb(89,25,238); }
H1.HeaderClassName
{
color: #5919EE;
}
.AnyTagClassName
{
color: #5919EE;
}
</style>
background-color css
<style>
a { background-color: #5919EE; }
a { background-color: rgb(89,25,238); }
div.DivClassName
{
background-color: #5919EE;
}
.BgClassName
{
background-color: #5919EE;
}
</style>
border-color css
<style>
span { border-color: #5919EE; }
span { border-color: rgb(89,25,238); }
td.TdClassName
{
border-color: #5919EE;
}
.TagClassName
{
border-color: #5919EE;
}
</style>