Shades of Hot Purple #591962
Tints of Hot Purple #591962
RGB
CMYK
RGB Variations
Color information
#591962 (or 0x591962) is known color: Hot Purple. HEX triplet: 59, 19 and 62. RGB value is (89,25,98). Sum of RGB (Red+Green+Blue) = 89+25+98=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #591962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591962 is #A6E69D. Grayscale: #343434. Windows color (decimal): -10938014 or 6429017. OLE color: 6429017.
HSL color Cylindrical-coordinate representation of color #591962: hue angle of 292.6º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #591962 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 25 | 98 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.62 |
| HSL | 292.6º | 0.59% | 0.24% | - |
| HSV(B) | 292.6º | 0.74% | 0.38% | - |
| XYZ | 6.67 | 3.7 | 11.92 | - |
| YUV | 52.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 98 | 0.09 | 0.74 | 0 | 0.62 | 292.6 | 0.59 | 0.24 |
| Hex | 59 | 19 | 62 | 9 | 4A | 0 | 3E | 125 | 3B | 18 |
| Octal | 131 | 31 | 142 | 11 | 112 | 0 | 76 | 445 | 73 | 30 |
| Binary | 1011001 | 11001 | 1100010 | 1001 | 1001010 | 0 | 111110 | 100100101 | 111011 | 11000 |
Color Harmonies of #591962
Complementary color
Monochromatic Colors of #591962
Black with #591962
Text Example
Text Example
White with #591962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591962; }
p { color: rgb(89,25,98); }
H1.HeaderClassName
{
color: #591962;
}
.AnyTagClassName
{
color: #591962;
}
</style>
background-color css
<style>
a { background-color: #591962; }
a { background-color: rgb(89,25,98); }
div.DivClassName
{
background-color: #591962;
}
.BgClassName
{
background-color: #591962;
}
</style>
border-color css
<style>
span { border-color: #591962; }
span { border-color: rgb(89,25,98); }
td.TdClassName
{
border-color: #591962;
}
.TagClassName
{
border-color: #591962;
}
</style>