Shades of Hot Purple #592F62
Tints of Hot Purple #592F62
RGB
CMYK
RGB Variations
Color information
#592F62 (or 0x592F62) is known color: Hot Purple. HEX triplet: 59, 2F and 62. RGB value is (89,47,98). Sum of RGB (Red+Green+Blue) = 89+47+98=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #592F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592F62 is #A6D09D. Grayscale: #414141. Windows color (decimal): -10932382 or 6434649. OLE color: 6434649.
HSL color Cylindrical-coordinate representation of color #592F62: hue angle of 289.41º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #592F62 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 47 | 98 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.62 |
| HSL | 289.41º | 0.35% | 0.28% | - |
| HSV(B) | 289.41º | 0.52% | 0.38% | - |
| XYZ | 7.34 | 5.04 | 12.14 | - |
| YUV | 65.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 98 | 0.09 | 0.52 | 0 | 0.62 | 289.41 | 0.35 | 0.28 |
| Hex | 59 | 2F | 62 | 9 | 34 | 0 | 3E | 121 | 23 | 1C |
| Octal | 131 | 57 | 142 | 11 | 64 | 0 | 76 | 441 | 43 | 34 |
| Binary | 1011001 | 101111 | 1100010 | 1001 | 110100 | 0 | 111110 | 100100001 | 100011 | 11100 |
Color Harmonies of #592F62
Complementary color
Monochromatic Colors of #592F62
Black with #592F62
Text Example
Text Example
White with #592F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592F62; }
p { color: rgb(89,47,98); }
H1.HeaderClassName
{
color: #592F62;
}
.AnyTagClassName
{
color: #592F62;
}
</style>
background-color css
<style>
a { background-color: #592F62; }
a { background-color: rgb(89,47,98); }
div.DivClassName
{
background-color: #592F62;
}
.BgClassName
{
background-color: #592F62;
}
</style>
border-color css
<style>
span { border-color: #592F62; }
span { border-color: rgb(89,47,98); }
td.TdClassName
{
border-color: #592F62;
}
.TagClassName
{
border-color: #592F62;
}
</style>