Shades of Hot Purple #592D60
Tints of Hot Purple #592D60
RGB
CMYK
RGB Variations
Color information
#592D60 (or 0x592D60) is known color: Hot Purple. HEX triplet: 59, 2D and 60. RGB value is (89,45,96). Sum of RGB (Red+Green+Blue) = 89+45+96=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #592D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592D60 is #A6D29F. Grayscale: #3F3F3F. Windows color (decimal): -10932896 or 6303065. OLE color: 6303065.
HSL color Cylindrical-coordinate representation of color #592D60: hue angle of 291.76º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #592D60 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 45 | 96 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.62 |
| HSL | 291.76º | 0.36% | 0.28% | - |
| HSV(B) | 291.76º | 0.53% | 0.38% | - |
| XYZ | 7.17 | 4.85 | 11.62 | - |
| YUV | 63.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 96 | 0.07 | 0.53 | 0 | 0.62 | 291.76 | 0.36 | 0.28 |
| Hex | 59 | 2D | 60 | 7 | 35 | 0 | 3E | 124 | 24 | 1C |
| Octal | 131 | 55 | 140 | 7 | 65 | 0 | 76 | 444 | 44 | 34 |
| Binary | 1011001 | 101101 | 1100000 | 111 | 110101 | 0 | 111110 | 100100100 | 100100 | 11100 |
Color Harmonies of #592D60
Complementary color
Monochromatic Colors of #592D60
Black with #592D60
Text Example
Text Example
White with #592D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592D60; }
p { color: rgb(89,45,96); }
H1.HeaderClassName
{
color: #592D60;
}
.AnyTagClassName
{
color: #592D60;
}
</style>
background-color css
<style>
a { background-color: #592D60; }
a { background-color: rgb(89,45,96); }
div.DivClassName
{
background-color: #592D60;
}
.BgClassName
{
background-color: #592D60;
}
</style>
border-color css
<style>
span { border-color: #592D60; }
span { border-color: rgb(89,45,96); }
td.TdClassName
{
border-color: #592D60;
}
.TagClassName
{
border-color: #592D60;
}
</style>