Shades of Han Purple #592CEA
Tints of Han Purple #592CEA
RGB
CMYK
RGB Variations
Color information
#592CEA (or 0x592CEA) is known color: Han Purple. HEX triplet: 59, 2C and EA. RGB value is (89,44,234). Sum of RGB (Red+Green+Blue) = 89+44+234=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #592CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592CEA is #A6D315. Grayscale: #4E4E4E. Windows color (decimal): -10933014 or 15346777. OLE color: 15346777.
HSL color Cylindrical-coordinate representation of color #592CEA: hue angle of 254.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #592CEA is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 44 | 234 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.08 |
| HSL | 254.21º | 0.82% | 0.55% | - |
| HSV(B) | 254.21º | 0.81% | 0.92% | - |
| XYZ | 19.87 | 9.87 | 78.7 | - |
| YUV | 79.12 | 215.41 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 234 | 0.62 | 0.81 | 0 | 0.08 | 254.21 | 0.82 | 0.55 |
| Hex | 59 | 2C | EA | 3E | 51 | 0 | 8 | FE | 52 | 37 |
| Octal | 131 | 54 | 352 | 76 | 121 | 0 | 10 | 376 | 122 | 67 |
| Binary | 1011001 | 101100 | 11101010 | 111110 | 1010001 | 0 | 1000 | 11111110 | 1010010 | 110111 |
Color Harmonies of #592CEA
Complementary color
Monochromatic Colors of #592CEA
Black with #592CEA
Text Example
Text Example
White with #592CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592CEA; }
p { color: rgb(89,44,234); }
H1.HeaderClassName
{
color: #592CEA;
}
.AnyTagClassName
{
color: #592CEA;
}
</style>
background-color css
<style>
a { background-color: #592CEA; }
a { background-color: rgb(89,44,234); }
div.DivClassName
{
background-color: #592CEA;
}
.BgClassName
{
background-color: #592CEA;
}
</style>
border-color css
<style>
span { border-color: #592CEA; }
span { border-color: rgb(89,44,234); }
td.TdClassName
{
border-color: #592CEA;
}
.TagClassName
{
border-color: #592CEA;
}
</style>