Shades of Han Purple #592DEE
Tints of Han Purple #592DEE
RGB
CMYK
RGB Variations
Color information
#592DEE (or 0x592DEE) is known color: Han Purple. HEX triplet: 59, 2D and EE. RGB value is (89,45,238). Sum of RGB (Red+Green+Blue) = 89+45+238=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #592DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592DEE is #A6D211. Grayscale: #4F4F4F. Windows color (decimal): -10932754 or 15609177. OLE color: 15609177.
HSL color Cylindrical-coordinate representation of color #592DEE: hue angle of 253.68º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #592DEE is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 45 | 238 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.07 |
| HSL | 253.68º | 0.85% | 0.55% | - |
| HSV(B) | 253.68º | 0.81% | 0.93% | - |
| XYZ | 20.49 | 10.17 | 81.77 | - |
| YUV | 80.16 | 217.08 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 238 | 0.63 | 0.81 | 0 | 0.07 | 253.68 | 0.85 | 0.55 |
| Hex | 59 | 2D | EE | 3F | 51 | 0 | 7 | FE | 55 | 37 |
| Octal | 131 | 55 | 356 | 77 | 121 | 0 | 7 | 376 | 125 | 67 |
| Binary | 1011001 | 101101 | 11101110 | 111111 | 1010001 | 0 | 111 | 11111110 | 1010101 | 110111 |
Color Harmonies of #592DEE
Complementary color
Monochromatic Colors of #592DEE
Black with #592DEE
Text Example
Text Example
White with #592DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592DEE; }
p { color: rgb(89,45,238); }
H1.HeaderClassName
{
color: #592DEE;
}
.AnyTagClassName
{
color: #592DEE;
}
</style>
background-color css
<style>
a { background-color: #592DEE; }
a { background-color: rgb(89,45,238); }
div.DivClassName
{
background-color: #592DEE;
}
.BgClassName
{
background-color: #592DEE;
}
</style>
border-color css
<style>
span { border-color: #592DEE; }
span { border-color: rgb(89,45,238); }
td.TdClassName
{
border-color: #592DEE;
}
.TagClassName
{
border-color: #592DEE;
}
</style>