Shades of Hot Purple #592860
Tints of Hot Purple #592860
RGB
CMYK
RGB Variations
Color information
#592860 (or 0x592860) is known color: Hot Purple. HEX triplet: 59, 28 and 60. RGB value is (89,40,96). Sum of RGB (Red+Green+Blue) = 89+40+96=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #592860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592860 is #A6D79F. Grayscale: #3C3C3C. Windows color (decimal): -10934176 or 6301785. OLE color: 6301785.
HSL color Cylindrical-coordinate representation of color #592860: hue angle of 292.5º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #592860 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 40 | 96 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.62 |
| HSL | 292.5º | 0.41% | 0.27% | - |
| HSV(B) | 292.5º | 0.58% | 0.38% | - |
| XYZ | 6.99 | 4.49 | 11.56 | - |
| YUV | 61.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 96 | 0.07 | 0.58 | 0 | 0.62 | 292.5 | 0.41 | 0.27 |
| Hex | 59 | 28 | 60 | 7 | 3A | 0 | 3E | 124 | 29 | 1B |
| Octal | 131 | 50 | 140 | 7 | 72 | 0 | 76 | 444 | 51 | 33 |
| Binary | 1011001 | 101000 | 1100000 | 111 | 111010 | 0 | 111110 | 100100100 | 101001 | 11011 |
Color Harmonies of #592860
Complementary color
Monochromatic Colors of #592860
Black with #592860
Text Example
Text Example
White with #592860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592860; }
p { color: rgb(89,40,96); }
H1.HeaderClassName
{
color: #592860;
}
.AnyTagClassName
{
color: #592860;
}
</style>
background-color css
<style>
a { background-color: #592860; }
a { background-color: rgb(89,40,96); }
div.DivClassName
{
background-color: #592860;
}
.BgClassName
{
background-color: #592860;
}
</style>
border-color css
<style>
span { border-color: #592860; }
span { border-color: rgb(89,40,96); }
td.TdClassName
{
border-color: #592860;
}
.TagClassName
{
border-color: #592860;
}
</style>