Shades of Hot Purple #591E66
Tints of Hot Purple #591E66
RGB
CMYK
RGB Variations
Color information
#591E66 (or 0x591E66) is known color: Hot Purple. HEX triplet: 59, 1E and 66. RGB value is (89,30,102). Sum of RGB (Red+Green+Blue) = 89+30+102=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #591E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591E66 is #A6E199. Grayscale: #373737. Windows color (decimal): -10936730 or 6692441. OLE color: 6692441.
HSL color Cylindrical-coordinate representation of color #591E66: hue angle of 289.17º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #591E66 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 89 | 30 | 102 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.6 |
| HSL | 289.17º | 0.55% | 0.26% | - |
| HSV(B) | 289.17º | 0.71% | 0.4% | - |
| XYZ | 6.98 | 4.01 | 12.98 | - |
| YUV | 55.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 102 | 0.13 | 0.71 | 0 | 0.6 | 289.17 | 0.55 | 0.26 |
| Hex | 59 | 1E | 66 | D | 47 | 0 | 3C | 121 | 37 | 1A |
| Octal | 131 | 36 | 146 | 15 | 107 | 0 | 74 | 441 | 67 | 32 |
| Binary | 1011001 | 11110 | 1100110 | 1101 | 1000111 | 0 | 111100 | 100100001 | 110111 | 11010 |
Color Harmonies of #591E66
Complementary color
Monochromatic Colors of #591E66
Black with #591E66
Text Example
Text Example
White with #591E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591E66; }
p { color: rgb(89,30,102); }
H1.HeaderClassName
{
color: #591E66;
}
.AnyTagClassName
{
color: #591E66;
}
</style>
background-color css
<style>
a { background-color: #591E66; }
a { background-color: rgb(89,30,102); }
div.DivClassName
{
background-color: #591E66;
}
.BgClassName
{
background-color: #591E66;
}
</style>
border-color css
<style>
span { border-color: #591E66; }
span { border-color: rgb(89,30,102); }
td.TdClassName
{
border-color: #591E66;
}
.TagClassName
{
border-color: #591E66;
}
</style>