Shades of Hot Purple #592C5B
Tints of Hot Purple #592C5B
RGB
CMYK
RGB Variations
Color information
#592C5B (or 0x592C5B) is known color: Hot Purple. HEX triplet: 59, 2C and 5B. RGB value is (89,44,91). Sum of RGB (Red+Green+Blue) = 89+44+91=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #592C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C5B is #A6D3A4. Grayscale: #3E3E3E. Windows color (decimal): -10933157 or 5975129. OLE color: 5975129.
HSL color Cylindrical-coordinate representation of color #592C5B: hue angle of 297.45º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #592C5B is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 44 | 91 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.64 |
| HSL | 297.45º | 0.35% | 0.26% | - |
| HSV(B) | 297.45º | 0.52% | 0.36% | - |
| XYZ | 6.91 | 4.68 | 10.44 | - |
| YUV | 62.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 91 | 0.02 | 0.52 | 0 | 0.64 | 297.45 | 0.35 | 0.26 |
| Hex | 59 | 2C | 5B | 2 | 34 | 0 | 40 | 129 | 23 | 1A |
| Octal | 131 | 54 | 133 | 2 | 64 | 0 | 100 | 451 | 43 | 32 |
| Binary | 1011001 | 101100 | 1011011 | 10 | 110100 | 0 | 1000000 | 100101001 | 100011 | 11010 |
Color Harmonies of #592C5B
Complementary color
Monochromatic Colors of #592C5B
Black with #592C5B
Text Example
Text Example
White with #592C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C5B; }
p { color: rgb(89,44,91); }
H1.HeaderClassName
{
color: #592C5B;
}
.AnyTagClassName
{
color: #592C5B;
}
</style>
background-color css
<style>
a { background-color: #592C5B; }
a { background-color: rgb(89,44,91); }
div.DivClassName
{
background-color: #592C5B;
}
.BgClassName
{
background-color: #592C5B;
}
</style>
border-color css
<style>
span { border-color: #592C5B; }
span { border-color: rgb(89,44,91); }
td.TdClassName
{
border-color: #592C5B;
}
.TagClassName
{
border-color: #592C5B;
}
</style>