Shades of Han Purple #592FEA
Tints of Han Purple #592FEA
RGB
CMYK
RGB Variations
Color information
#592FEA (or 0x592FEA) is known color: Han Purple. HEX triplet: 59, 2F and EA. RGB value is (89,47,234). Sum of RGB (Red+Green+Blue) = 89+47+234=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #592FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592FEA is #A6D015. Grayscale: #505050. Windows color (decimal): -10932246 or 15347545. OLE color: 15347545.
HSL color Cylindrical-coordinate representation of color #592FEA: hue angle of 253.48º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #592FEA is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 47 | 234 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.08 |
| HSL | 253.48º | 0.82% | 0.55% | - |
| HSV(B) | 253.48º | 0.8% | 0.92% | - |
| XYZ | 19.99 | 10.1 | 78.74 | - |
| YUV | 80.88 | 214.41 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 234 | 0.62 | 0.80 | 0 | 0.08 | 253.48 | 0.82 | 0.55 |
| Hex | 59 | 2F | EA | 3E | 50 | 0 | 8 | FD | 52 | 37 |
| Octal | 131 | 57 | 352 | 76 | 120 | 0 | 10 | 375 | 122 | 67 |
| Binary | 1011001 | 101111 | 11101010 | 111110 | 1010000 | 0 | 1000 | 11111101 | 1010010 | 110111 |
Color Harmonies of #592FEA
Complementary color
Monochromatic Colors of #592FEA
Black with #592FEA
Text Example
Text Example
White with #592FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592FEA; }
p { color: rgb(89,47,234); }
H1.HeaderClassName
{
color: #592FEA;
}
.AnyTagClassName
{
color: #592FEA;
}
</style>
background-color css
<style>
a { background-color: #592FEA; }
a { background-color: rgb(89,47,234); }
div.DivClassName
{
background-color: #592FEA;
}
.BgClassName
{
background-color: #592FEA;
}
</style>
border-color css
<style>
span { border-color: #592FEA; }
span { border-color: rgb(89,47,234); }
td.TdClassName
{
border-color: #592FEA;
}
.TagClassName
{
border-color: #592FEA;
}
</style>