Shades of Hot Purple #592C5D
Tints of Hot Purple #592C5D
RGB
CMYK
RGB Variations
Color information
#592C5D (or 0x592C5D) is known color: Hot Purple. HEX triplet: 59, 2C and 5D. RGB value is (89,44,93). Sum of RGB (Red+Green+Blue) = 89+44+93=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 93 - color contains mainly: blue. Hex color #592C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C5D is #A6D3A2. Grayscale: #3E3E3E. Windows color (decimal): -10933155 or 6106201. OLE color: 6106201.
HSL color Cylindrical-coordinate representation of color #592C5D: hue angle of 295.1º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #592C5D is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 44 | 93 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.64 |
| HSL | 295.1º | 0.36% | 0.27% | - |
| HSV(B) | 295.1º | 0.53% | 0.36% | - |
| XYZ | 7 | 4.72 | 10.9 | - |
| YUV | 63.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 93 | 0.04 | 0.53 | 0 | 0.64 | 295.1 | 0.36 | 0.27 |
| Hex | 59 | 2C | 5D | 4 | 35 | 0 | 40 | 127 | 24 | 1B |
| Octal | 131 | 54 | 135 | 4 | 65 | 0 | 100 | 447 | 44 | 33 |
| Binary | 1011001 | 101100 | 1011101 | 100 | 110101 | 0 | 1000000 | 100100111 | 100100 | 11011 |
Color Harmonies of #592C5D
Complementary color
Monochromatic Colors of #592C5D
Black with #592C5D
Text Example
Text Example
White with #592C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C5D; }
p { color: rgb(89,44,93); }
H1.HeaderClassName
{
color: #592C5D;
}
.AnyTagClassName
{
color: #592C5D;
}
</style>
background-color css
<style>
a { background-color: #592C5D; }
a { background-color: rgb(89,44,93); }
div.DivClassName
{
background-color: #592C5D;
}
.BgClassName
{
background-color: #592C5D;
}
</style>
border-color css
<style>
span { border-color: #592C5D; }
span { border-color: rgb(89,44,93); }
td.TdClassName
{
border-color: #592C5D;
}
.TagClassName
{
border-color: #592C5D;
}
</style>