Shades of Han Purple #592DEF
Tints of Han Purple #592DEF
RGB
CMYK
RGB Variations
Color information
#592DEF (or 0x592DEF) is known color: Han Purple. HEX triplet: 59, 2D and EF. RGB value is (89,45,239). Sum of RGB (Red+Green+Blue) = 89+45+239=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #592DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592DEF is #A6D210. Grayscale: #4F4F4F. Windows color (decimal): -10932753 or 15674713. OLE color: 15674713.
HSL color Cylindrical-coordinate representation of color #592DEF: hue angle of 253.61º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #592DEF is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 45 | 239 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.06 |
| HSL | 253.61º | 0.86% | 0.56% | - |
| HSV(B) | 253.61º | 0.81% | 0.94% | - |
| XYZ | 20.64 | 10.23 | 82.55 | - |
| YUV | 80.27 | 217.58 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 239 | 0.63 | 0.81 | 0 | 0.06 | 253.61 | 0.86 | 0.56 |
| Hex | 59 | 2D | EF | 3F | 51 | 0 | 6 | FE | 56 | 38 |
| Octal | 131 | 55 | 357 | 77 | 121 | 0 | 6 | 376 | 126 | 70 |
| Binary | 1011001 | 101101 | 11101111 | 111111 | 1010001 | 0 | 110 | 11111110 | 1010110 | 111000 |
Color Harmonies of #592DEF
Complementary color
Monochromatic Colors of #592DEF
Black with #592DEF
Text Example
Text Example
White with #592DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592DEF; }
p { color: rgb(89,45,239); }
H1.HeaderClassName
{
color: #592DEF;
}
.AnyTagClassName
{
color: #592DEF;
}
</style>
background-color css
<style>
a { background-color: #592DEF; }
a { background-color: rgb(89,45,239); }
div.DivClassName
{
background-color: #592DEF;
}
.BgClassName
{
background-color: #592DEF;
}
</style>
border-color css
<style>
span { border-color: #592DEF; }
span { border-color: rgb(89,45,239); }
td.TdClassName
{
border-color: #592DEF;
}
.TagClassName
{
border-color: #592DEF;
}
</style>