Shades of Han Purple #592FEB
Tints of Han Purple #592FEB
RGB
CMYK
RGB Variations
Color information
#592FEB (or 0x592FEB) is known color: Han Purple. HEX triplet: 59, 2F and EB. RGB value is (89,47,235). Sum of RGB (Red+Green+Blue) = 89+47+235=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #592FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592FEB is #A6D014. Grayscale: #505050. Windows color (decimal): -10932245 or 15413081. OLE color: 15413081.
HSL color Cylindrical-coordinate representation of color #592FEB: hue angle of 253.4º 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 #592FEB is Cyan = 0.62, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 47 | 235 | - |
| CMYK | 0.62 | 0.8 | 0 | 0.08 |
| HSL | 253.4º | 0.82% | 0.55% | - |
| HSV(B) | 253.4º | 0.8% | 0.92% | - |
| XYZ | 20.13 | 10.16 | 79.5 | - |
| YUV | 80.99 | 214.91 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 235 | 0.62 | 0.8 | 0 | 0.08 | 253.4 | 0.82 | 0.55 |
| Hex | 59 | 2F | EB | 3E | 50 | 0 | 8 | FD | 52 | 37 |
| Octal | 131 | 57 | 353 | 76 | 120 | 0 | 10 | 375 | 122 | 67 |
| Binary | 1011001 | 101111 | 11101011 | 111110 | 1010000 | 0 | 1000 | 11111101 | 1010010 | 110111 |
Color Harmonies of #592FEB
Complementary color
Monochromatic Colors of #592FEB
Black with #592FEB
Text Example
Text Example
White with #592FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592FEB; }
p { color: rgb(89,47,235); }
H1.HeaderClassName
{
color: #592FEB;
}
.AnyTagClassName
{
color: #592FEB;
}
</style>
background-color css
<style>
a { background-color: #592FEB; }
a { background-color: rgb(89,47,235); }
div.DivClassName
{
background-color: #592FEB;
}
.BgClassName
{
background-color: #592FEB;
}
</style>
border-color css
<style>
span { border-color: #592FEB; }
span { border-color: rgb(89,47,235); }
td.TdClassName
{
border-color: #592FEB;
}
.TagClassName
{
border-color: #592FEB;
}
</style>