Shades of Han Purple #592AE1
Tints of Han Purple #592AE1
RGB
CMYK
RGB Variations
Color information
#592AE1 (or 0x592AE1) is known color: Han Purple. HEX triplet: 59, 2A and E1. RGB value is (89,42,225). Sum of RGB (Red+Green+Blue) = 89+42+225=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 225 (88.28% from 255 or 63.20% from 356); Max value from RGB is 225 - color contains mainly: blue. Hex color #592AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592AE1 is #A6D51E. Grayscale: #4C4C4C. Windows color (decimal): -10933535 or 14756441. OLE color: 14756441.
HSL color Cylindrical-coordinate representation of color #592AE1: hue angle of 255.41º 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 #592AE1 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 42 | 225 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.12 |
| HSL | 255.41º | 0.75% | 0.52% | - |
| HSV(B) | 255.41º | 0.81% | 0.88% | - |
| XYZ | 18.54 | 9.22 | 72.04 | - |
| YUV | 76.92 | 211.57 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 225 | 0.60 | 0.81 | 0 | 0.12 | 255.41 | 0.75 | 0.52 |
| Hex | 59 | 2A | E1 | 3C | 51 | 0 | C | FF | 4B | 34 |
| Octal | 131 | 52 | 341 | 74 | 121 | 0 | 14 | 377 | 113 | 64 |
| Binary | 1011001 | 101010 | 11100001 | 111100 | 1010001 | 0 | 1100 | 11111111 | 1001011 | 110100 |
Color Harmonies of #592AE1
Complementary color
Monochromatic Colors of #592AE1
Black with #592AE1
Text Example
Text Example
White with #592AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592AE1; }
p { color: rgb(89,42,225); }
H1.HeaderClassName
{
color: #592AE1;
}
.AnyTagClassName
{
color: #592AE1;
}
</style>
background-color css
<style>
a { background-color: #592AE1; }
a { background-color: rgb(89,42,225); }
div.DivClassName
{
background-color: #592AE1;
}
.BgClassName
{
background-color: #592AE1;
}
</style>
border-color css
<style>
span { border-color: #592AE1; }
span { border-color: rgb(89,42,225); }
td.TdClassName
{
border-color: #592AE1;
}
.TagClassName
{
border-color: #592AE1;
}
</style>