Shades of Hot Purple #592A62
Tints of Hot Purple #592A62
RGB
CMYK
RGB Variations
Color information
#592A62 (or 0x592A62) is known color: Hot Purple. HEX triplet: 59, 2A and 62. RGB value is (89,42,98). Sum of RGB (Red+Green+Blue) = 89+42+98=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #592A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592A62 is #A6D59D. Grayscale: #3E3E3E. Windows color (decimal): -10933662 or 6433369. OLE color: 6433369.
HSL color Cylindrical-coordinate representation of color #592A62: hue angle of 290.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #592A62 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 42 | 98 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.62 |
| HSL | 290.36º | 0.4% | 0.27% | - |
| HSV(B) | 290.36º | 0.57% | 0.38% | - |
| XYZ | 7.15 | 4.66 | 12.08 | - |
| YUV | 62.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 98 | 0.09 | 0.57 | 0 | 0.62 | 290.36 | 0.4 | 0.27 |
| Hex | 59 | 2A | 62 | 9 | 39 | 0 | 3E | 122 | 28 | 1B |
| Octal | 131 | 52 | 142 | 11 | 71 | 0 | 76 | 442 | 50 | 33 |
| Binary | 1011001 | 101010 | 1100010 | 1001 | 111001 | 0 | 111110 | 100100010 | 101000 | 11011 |
Color Harmonies of #592A62
Complementary color
Monochromatic Colors of #592A62
Black with #592A62
Text Example
Text Example
White with #592A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A62; }
p { color: rgb(89,42,98); }
H1.HeaderClassName
{
color: #592A62;
}
.AnyTagClassName
{
color: #592A62;
}
</style>
background-color css
<style>
a { background-color: #592A62; }
a { background-color: rgb(89,42,98); }
div.DivClassName
{
background-color: #592A62;
}
.BgClassName
{
background-color: #592A62;
}
</style>
border-color css
<style>
span { border-color: #592A62; }
span { border-color: rgb(89,42,98); }
td.TdClassName
{
border-color: #592A62;
}
.TagClassName
{
border-color: #592A62;
}
</style>