Shades of Hot Purple #592962
Tints of Hot Purple #592962
RGB
CMYK
RGB Variations
Color information
#592962 (or 0x592962) is known color: Hot Purple. HEX triplet: 59, 29 and 62. RGB value is (89,41,98). Sum of RGB (Red+Green+Blue) = 89+41+98=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #592962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592962 is #A6D69D. Grayscale: #3D3D3D. Windows color (decimal): -10933918 or 6433113. OLE color: 6433113.
HSL color Cylindrical-coordinate representation of color #592962: hue angle of 290.53º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #592962 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 41 | 98 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.62 |
| HSL | 290.53º | 0.41% | 0.27% | - |
| HSV(B) | 290.53º | 0.58% | 0.38% | - |
| XYZ | 7.12 | 4.59 | 12.07 | - |
| YUV | 61.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 41 | 98 | 0.09 | 0.58 | 0 | 0.62 | 290.53 | 0.41 | 0.27 |
| Hex | 59 | 29 | 62 | 9 | 3A | 0 | 3E | 123 | 29 | 1B |
| Octal | 131 | 51 | 142 | 11 | 72 | 0 | 76 | 443 | 51 | 33 |
| Binary | 1011001 | 101001 | 1100010 | 1001 | 111010 | 0 | 111110 | 100100011 | 101001 | 11011 |
Color Harmonies of #592962
Complementary color
Monochromatic Colors of #592962
Black with #592962
Text Example
Text Example
White with #592962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592962; }
p { color: rgb(89,41,98); }
H1.HeaderClassName
{
color: #592962;
}
.AnyTagClassName
{
color: #592962;
}
</style>
background-color css
<style>
a { background-color: #592962; }
a { background-color: rgb(89,41,98); }
div.DivClassName
{
background-color: #592962;
}
.BgClassName
{
background-color: #592962;
}
</style>
border-color css
<style>
span { border-color: #592962; }
span { border-color: rgb(89,41,98); }
td.TdClassName
{
border-color: #592962;
}
.TagClassName
{
border-color: #592962;
}
</style>