Shades of Hot Purple #592C5A
Tints of Hot Purple #592C5A
RGB
CMYK
RGB Variations
Color information
#592C5A (or 0x592C5A) is known color: Hot Purple. HEX triplet: 59, 2C and 5A. RGB value is (89,44,90). Sum of RGB (Red+Green+Blue) = 89+44+90=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #592C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C5A is #A6D3A5. Grayscale: #3E3E3E. Windows color (decimal): -10933158 or 5909593. OLE color: 5909593.
HSL color Cylindrical-coordinate representation of color #592C5A: hue angle of 298.7º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #592C5A is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 90 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.65 |
| HSL | 298.7º | 0.34% | 0.26% | - |
| HSV(B) | 298.7º | 0.51% | 0.35% | - |
| XYZ | 6.87 | 4.66 | 10.21 | - |
| YUV | 62.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 90 | 0.01 | 0.51 | 0 | 0.65 | 298.7 | 0.34 | 0.26 |
| Hex | 59 | 2C | 5A | 1 | 33 | 0 | 41 | 12B | 22 | 1A |
| Octal | 131 | 54 | 132 | 1 | 63 | 0 | 101 | 453 | 42 | 32 |
| Binary | 1011001 | 101100 | 1011010 | 1 | 110011 | 0 | 1000001 | 100101011 | 100010 | 11010 |
Color Harmonies of #592C5A
Complementary color
Monochromatic Colors of #592C5A
Black with #592C5A
Text Example
Text Example
White with #592C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C5A; }
p { color: rgb(89,44,90); }
H1.HeaderClassName
{
color: #592C5A;
}
.AnyTagClassName
{
color: #592C5A;
}
</style>
background-color css
<style>
a { background-color: #592C5A; }
a { background-color: rgb(89,44,90); }
div.DivClassName
{
background-color: #592C5A;
}
.BgClassName
{
background-color: #592C5A;
}
</style>
border-color css
<style>
span { border-color: #592C5A; }
span { border-color: rgb(89,44,90); }
td.TdClassName
{
border-color: #592C5A;
}
.TagClassName
{
border-color: #592C5A;
}
</style>