Shades of Hot Purple #591964
Tints of Hot Purple #591964
RGB
CMYK
RGB Variations
Color information
#591964 (or 0x591964) is known color: Hot Purple. HEX triplet: 59, 19 and 64. RGB value is (89,25,100). Sum of RGB (Red+Green+Blue) = 89+25+100=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #591964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591964 is #A6E69B. Grayscale: #343434. Windows color (decimal): -10938012 or 6560089. OLE color: 6560089.
HSL color Cylindrical-coordinate representation of color #591964: hue angle of 291.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591964 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 25 | 100 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.61 |
| HSL | 291.2º | 0.6% | 0.25% | - |
| HSV(B) | 291.2º | 0.75% | 0.39% | - |
| XYZ | 6.77 | 3.74 | 12.42 | - |
| YUV | 52.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 100 | 0.11 | 0.75 | 0 | 0.61 | 291.2 | 0.6 | 0.25 |
| Hex | 59 | 19 | 64 | B | 4B | 0 | 3D | 123 | 3C | 19 |
| Octal | 131 | 31 | 144 | 13 | 113 | 0 | 75 | 443 | 74 | 31 |
| Binary | 1011001 | 11001 | 1100100 | 1011 | 1001011 | 0 | 111101 | 100100011 | 111100 | 11001 |
Color Harmonies of #591964
Complementary color
Monochromatic Colors of #591964
Black with #591964
Text Example
Text Example
White with #591964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591964; }
p { color: rgb(89,25,100); }
H1.HeaderClassName
{
color: #591964;
}
.AnyTagClassName
{
color: #591964;
}
</style>
background-color css
<style>
a { background-color: #591964; }
a { background-color: rgb(89,25,100); }
div.DivClassName
{
background-color: #591964;
}
.BgClassName
{
background-color: #591964;
}
</style>
border-color css
<style>
span { border-color: #591964; }
span { border-color: rgb(89,25,100); }
td.TdClassName
{
border-color: #591964;
}
.TagClassName
{
border-color: #591964;
}
</style>