Shades of Han Purple #592AE0
Tints of Han Purple #592AE0
RGB
CMYK
RGB Variations
Color information
#592AE0 (or 0x592AE0) is known color: Han Purple. HEX triplet: 59, 2A and E0. RGB value is (89,42,224). Sum of RGB (Red+Green+Blue) = 89+42+224=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #592AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592AE0 is #A6D51F. Grayscale: #4C4C4C. Windows color (decimal): -10933536 or 14690905. OLE color: 14690905.
HSL color Cylindrical-coordinate representation of color #592AE0: hue angle of 255.49º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #592AE0 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 42 | 224 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.12 |
| HSL | 255.49º | 0.75% | 0.52% | - |
| HSV(B) | 255.49º | 0.81% | 0.88% | - |
| XYZ | 18.4 | 9.16 | 71.32 | - |
| YUV | 76.8 | 211.07 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 224 | 0.60 | 0.81 | 0 | 0.12 | 255.49 | 0.75 | 0.52 |
| Hex | 59 | 2A | E0 | 3C | 51 | 0 | C | FF | 4B | 34 |
| Octal | 131 | 52 | 340 | 74 | 121 | 0 | 14 | 377 | 113 | 64 |
| Binary | 1011001 | 101010 | 11100000 | 111100 | 1010001 | 0 | 1100 | 11111111 | 1001011 | 110100 |
Color Harmonies of #592AE0
Complementary color
Monochromatic Colors of #592AE0
Black with #592AE0
Text Example
Text Example
White with #592AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592AE0; }
p { color: rgb(89,42,224); }
H1.HeaderClassName
{
color: #592AE0;
}
.AnyTagClassName
{
color: #592AE0;
}
</style>
background-color css
<style>
a { background-color: #592AE0; }
a { background-color: rgb(89,42,224); }
div.DivClassName
{
background-color: #592AE0;
}
.BgClassName
{
background-color: #592AE0;
}
</style>
border-color css
<style>
span { border-color: #592AE0; }
span { border-color: rgb(89,42,224); }
td.TdClassName
{
border-color: #592AE0;
}
.TagClassName
{
border-color: #592AE0;
}
</style>