Shades of Hot Purple #592C62
Tints of Hot Purple #592C62
RGB
CMYK
RGB Variations
Color information
#592C62 (or 0x592C62) is known color: Hot Purple. HEX triplet: 59, 2C and 62. RGB value is (89,44,98). Sum of RGB (Red+Green+Blue) = 89+44+98=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #592C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C62 is #A6D39D. Grayscale: #3F3F3F. Windows color (decimal): -10933150 or 6433881. OLE color: 6433881.
HSL color Cylindrical-coordinate representation of color #592C62: hue angle of 290º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #592C62 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 44 | 98 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.62 |
| HSL | 290º | 0.38% | 0.28% | - |
| HSV(B) | 290º | 0.55% | 0.38% | - |
| XYZ | 7.23 | 4.81 | 12.1 | - |
| YUV | 63.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 98 | 0.09 | 0.55 | 0 | 0.62 | 290 | 0.38 | 0.28 |
| Hex | 59 | 2C | 62 | 9 | 37 | 0 | 3E | 122 | 26 | 1C |
| Octal | 131 | 54 | 142 | 11 | 67 | 0 | 76 | 442 | 46 | 34 |
| Binary | 1011001 | 101100 | 1100010 | 1001 | 110111 | 0 | 111110 | 100100010 | 100110 | 11100 |
Color Harmonies of #592C62
Complementary color
Monochromatic Colors of #592C62
Black with #592C62
Text Example
Text Example
White with #592C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C62; }
p { color: rgb(89,44,98); }
H1.HeaderClassName
{
color: #592C62;
}
.AnyTagClassName
{
color: #592C62;
}
</style>
background-color css
<style>
a { background-color: #592C62; }
a { background-color: rgb(89,44,98); }
div.DivClassName
{
background-color: #592C62;
}
.BgClassName
{
background-color: #592C62;
}
</style>
border-color css
<style>
span { border-color: #592C62; }
span { border-color: rgb(89,44,98); }
td.TdClassName
{
border-color: #592C62;
}
.TagClassName
{
border-color: #592C62;
}
</style>