Shades of Han Purple #592FED
Tints of Han Purple #592FED
RGB
CMYK
RGB Variations
Color information
#592FED (or 0x592FED) is known color: Han Purple. HEX triplet: 59, 2F and ED. RGB value is (89,47,237). Sum of RGB (Red+Green+Blue) = 89+47+237=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #592FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592FED is #A6D012. Grayscale: #505050. Windows color (decimal): -10932243 or 15544153. OLE color: 15544153.
HSL color Cylindrical-coordinate representation of color #592FED: hue angle of 253.26º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #592FED is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 47 | 237 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.07 |
| HSL | 253.26º | 0.84% | 0.56% | - |
| HSV(B) | 253.26º | 0.8% | 0.93% | - |
| XYZ | 20.42 | 10.27 | 81.03 | - |
| YUV | 81.22 | 215.91 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 237 | 0.62 | 0.80 | 0 | 0.07 | 253.26 | 0.84 | 0.56 |
| Hex | 59 | 2F | ED | 3E | 50 | 0 | 7 | FD | 54 | 38 |
| Octal | 131 | 57 | 355 | 76 | 120 | 0 | 7 | 375 | 124 | 70 |
| Binary | 1011001 | 101111 | 11101101 | 111110 | 1010000 | 0 | 111 | 11111101 | 1010100 | 111000 |
Color Harmonies of #592FED
Complementary color
Monochromatic Colors of #592FED
Black with #592FED
Text Example
Text Example
White with #592FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592FED; }
p { color: rgb(89,47,237); }
H1.HeaderClassName
{
color: #592FED;
}
.AnyTagClassName
{
color: #592FED;
}
</style>
background-color css
<style>
a { background-color: #592FED; }
a { background-color: rgb(89,47,237); }
div.DivClassName
{
background-color: #592FED;
}
.BgClassName
{
background-color: #592FED;
}
</style>
border-color css
<style>
span { border-color: #592FED; }
span { border-color: rgb(89,47,237); }
td.TdClassName
{
border-color: #592FED;
}
.TagClassName
{
border-color: #592FED;
}
</style>