Shades of Hot Purple #592C63
Tints of Hot Purple #592C63
RGB
CMYK
RGB Variations
Color information
#592C63 (or 0x592C63) is known color: Hot Purple. HEX triplet: 59, 2C and 63. RGB value is (89,44,99). Sum of RGB (Red+Green+Blue) = 89+44+99=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #592C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C63 is #A6D39C. Grayscale: #3F3F3F. Windows color (decimal): -10933149 or 6499417. OLE color: 6499417.
HSL color Cylindrical-coordinate representation of color #592C63: hue angle of 289.09º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #592C63 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 44 | 99 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.61 |
| HSL | 289.09º | 0.38% | 0.28% | - |
| HSV(B) | 289.09º | 0.56% | 0.39% | - |
| XYZ | 7.27 | 4.83 | 12.35 | - |
| YUV | 63.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 99 | 0.10 | 0.56 | 0 | 0.61 | 289.09 | 0.38 | 0.28 |
| Hex | 59 | 2C | 63 | A | 38 | 0 | 3D | 121 | 26 | 1C |
| Octal | 131 | 54 | 143 | 12 | 70 | 0 | 75 | 441 | 46 | 34 |
| Binary | 1011001 | 101100 | 1100011 | 1010 | 111000 | 0 | 111101 | 100100001 | 100110 | 11100 |
Color Harmonies of #592C63
Complementary color
Monochromatic Colors of #592C63
Black with #592C63
Text Example
Text Example
White with #592C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C63; }
p { color: rgb(89,44,99); }
H1.HeaderClassName
{
color: #592C63;
}
.AnyTagClassName
{
color: #592C63;
}
</style>
background-color css
<style>
a { background-color: #592C63; }
a { background-color: rgb(89,44,99); }
div.DivClassName
{
background-color: #592C63;
}
.BgClassName
{
background-color: #592C63;
}
</style>
border-color css
<style>
span { border-color: #592C63; }
span { border-color: rgb(89,44,99); }
td.TdClassName
{
border-color: #592C63;
}
.TagClassName
{
border-color: #592C63;
}
</style>