Shades of Hot Purple #592C59
Tints of Hot Purple #592C59
RGB
CMYK
RGB Variations
Color information
#592C59 (or 0x592C59) is known color: Hot Purple. HEX triplet: 59, 2C and 59. RGB value is (89,44,89). Sum of RGB (Red+Green+Blue) = 89+44+89=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #592C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C59 is #A6D3A6. Grayscale: #3E3E3E. Windows color (decimal): -10933159 or 5844057. OLE color: 5844057.
HSL color Cylindrical-coordinate representation of color #592C59: hue angle of 300º 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 #592C59 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 89 | - |
| CMYK | 0 | 0.51 | 0 | 0.65 |
| HSL | 300º | 0.34% | 0.26% | - |
| HSV(B) | 300º | 0.51% | 0.35% | - |
| XYZ | 6.82 | 4.65 | 9.99 | - |
| YUV | 62.59 | 142.91 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 89 | 0 | 0.51 | 0 | 0.65 | 300 | 0.34 | 0.26 |
| Hex | 59 | 2C | 59 | 0 | 33 | 0 | 41 | 12C | 22 | 1A |
| Octal | 131 | 54 | 131 | 0 | 63 | 0 | 101 | 454 | 42 | 32 |
| Binary | 1011001 | 101100 | 1011001 | 0 | 110011 | 0 | 1000001 | 100101100 | 100010 | 11010 |
Color Harmonies of #592C59
Complementary color
Monochromatic Colors of #592C59
Black with #592C59
Text Example
Text Example
White with #592C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C59; }
p { color: rgb(89,44,89); }
H1.HeaderClassName
{
color: #592C59;
}
.AnyTagClassName
{
color: #592C59;
}
</style>
background-color css
<style>
a { background-color: #592C59; }
a { background-color: rgb(89,44,89); }
div.DivClassName
{
background-color: #592C59;
}
.BgClassName
{
background-color: #592C59;
}
</style>
border-color css
<style>
span { border-color: #592C59; }
span { border-color: rgb(89,44,89); }
td.TdClassName
{
border-color: #592C59;
}
.TagClassName
{
border-color: #592C59;
}
</style>