Shades of Hot Purple #591960
Tints of Hot Purple #591960
RGB
CMYK
RGB Variations
Color information
#591960 (or 0x591960) is known color: Hot Purple. HEX triplet: 59, 19 and 60. RGB value is (89,25,96). Sum of RGB (Red+Green+Blue) = 89+25+96=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #591960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591960 is #A6E69F. Grayscale: #343434. Windows color (decimal): -10938016 or 6297945. OLE color: 6297945.
HSL color Cylindrical-coordinate representation of color #591960: hue angle of 294.08º 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 #591960 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 25 | 96 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.62 |
| HSL | 294.08º | 0.59% | 0.24% | - |
| HSV(B) | 294.08º | 0.74% | 0.38% | - |
| XYZ | 6.58 | 3.66 | 11.43 | - |
| YUV | 52.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 96 | 0.07 | 0.74 | 0 | 0.62 | 294.08 | 0.59 | 0.24 |
| Hex | 59 | 19 | 60 | 7 | 4A | 0 | 3E | 126 | 3B | 18 |
| Octal | 131 | 31 | 140 | 7 | 112 | 0 | 76 | 446 | 73 | 30 |
| Binary | 1011001 | 11001 | 1100000 | 111 | 1001010 | 0 | 111110 | 100100110 | 111011 | 11000 |
Color Harmonies of #591960
Complementary color
Monochromatic Colors of #591960
Black with #591960
Text Example
Text Example
White with #591960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591960; }
p { color: rgb(89,25,96); }
H1.HeaderClassName
{
color: #591960;
}
.AnyTagClassName
{
color: #591960;
}
</style>
background-color css
<style>
a { background-color: #591960; }
a { background-color: rgb(89,25,96); }
div.DivClassName
{
background-color: #591960;
}
.BgClassName
{
background-color: #591960;
}
</style>
border-color css
<style>
span { border-color: #591960; }
span { border-color: rgb(89,25,96); }
td.TdClassName
{
border-color: #591960;
}
.TagClassName
{
border-color: #591960;
}
</style>