Shades of Hot Purple #592D62
Tints of Hot Purple #592D62
RGB
CMYK
RGB Variations
Color information
#592D62 (or 0x592D62) is known color: Hot Purple. HEX triplet: 59, 2D and 62. RGB value is (89,45,98). Sum of RGB (Red+Green+Blue) = 89+45+98=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #592D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592D62 is #A6D29D. Grayscale: #404040. Windows color (decimal): -10932894 or 6434137. OLE color: 6434137.
HSL color Cylindrical-coordinate representation of color #592D62: hue angle of 289.81º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #592D62 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 45 | 98 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.62 |
| HSL | 289.81º | 0.37% | 0.28% | - |
| HSV(B) | 289.81º | 0.54% | 0.38% | - |
| XYZ | 7.26 | 4.88 | 12.11 | - |
| YUV | 64.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 98 | 0.09 | 0.54 | 0 | 0.62 | 289.81 | 0.37 | 0.28 |
| Hex | 59 | 2D | 62 | 9 | 36 | 0 | 3E | 122 | 25 | 1C |
| Octal | 131 | 55 | 142 | 11 | 66 | 0 | 76 | 442 | 45 | 34 |
| Binary | 1011001 | 101101 | 1100010 | 1001 | 110110 | 0 | 111110 | 100100010 | 100101 | 11100 |
Color Harmonies of #592D62
Complementary color
Monochromatic Colors of #592D62
Black with #592D62
Text Example
Text Example
White with #592D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592D62; }
p { color: rgb(89,45,98); }
H1.HeaderClassName
{
color: #592D62;
}
.AnyTagClassName
{
color: #592D62;
}
</style>
background-color css
<style>
a { background-color: #592D62; }
a { background-color: rgb(89,45,98); }
div.DivClassName
{
background-color: #592D62;
}
.BgClassName
{
background-color: #592D62;
}
</style>
border-color css
<style>
span { border-color: #592D62; }
span { border-color: rgb(89,45,98); }
td.TdClassName
{
border-color: #592D62;
}
.TagClassName
{
border-color: #592D62;
}
</style>