Shades of Hot Purple #592C58
Tints of Hot Purple #592C58
RGB
CMYK
RGB Variations
Color information
#592C58 (or 0x592C58) is known color: Hot Purple. HEX triplet: 59, 2C and 58. RGB value is (89,44,88). Sum of RGB (Red+Green+Blue) = 89+44+88=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #592C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C58 is #A6D3A7. Grayscale: #3E3E3E. Windows color (decimal): -10933160 or 5778521. OLE color: 5778521.
HSL color Cylindrical-coordinate representation of color #592C58: hue angle of 301.33º 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 #592C58 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 88 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.65 |
| HSL | 301.33º | 0.34% | 0.26% | - |
| HSV(B) | 301.33º | 0.51% | 0.35% | - |
| XYZ | 6.78 | 4.63 | 9.77 | - |
| YUV | 62.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 88 | 0 | 0.51 | 0.01 | 0.65 | 301.33 | 0.34 | 0.26 |
| Hex | 59 | 2C | 58 | 0 | 33 | 1 | 41 | 12D | 22 | 1A |
| Octal | 131 | 54 | 130 | 0 | 63 | 1 | 101 | 455 | 42 | 32 |
| Binary | 1011001 | 101100 | 1011000 | 0 | 110011 | 1 | 1000001 | 100101101 | 100010 | 11010 |
Color Harmonies of #592C58
Complementary color
Monochromatic Colors of #592C58
Black with #592C58
Text Example
Text Example
White with #592C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C58; }
p { color: rgb(89,44,88); }
H1.HeaderClassName
{
color: #592C58;
}
.AnyTagClassName
{
color: #592C58;
}
</style>
background-color css
<style>
a { background-color: #592C58; }
a { background-color: rgb(89,44,88); }
div.DivClassName
{
background-color: #592C58;
}
.BgClassName
{
background-color: #592C58;
}
</style>
border-color css
<style>
span { border-color: #592C58; }
span { border-color: rgb(89,44,88); }
td.TdClassName
{
border-color: #592C58;
}
.TagClassName
{
border-color: #592C58;
}
</style>