Shades of Hot Purple #591F66
Tints of Hot Purple #591F66
RGB
CMYK
RGB Variations
Color information
#591F66 (or 0x591F66) is known color: Hot Purple. HEX triplet: 59, 1F and 66. RGB value is (89,31,102). Sum of RGB (Red+Green+Blue) = 89+31+102=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #591F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591F66 is #A6E099. Grayscale: #383838. Windows color (decimal): -10936474 or 6692697. OLE color: 6692697.
HSL color Cylindrical-coordinate representation of color #591F66: hue angle of 289.01º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #591F66 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 89 | 31 | 102 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.6 |
| HSL | 289.01º | 0.53% | 0.26% | - |
| HSV(B) | 289.01º | 0.7% | 0.4% | - |
| XYZ | 7.01 | 4.06 | 12.99 | - |
| YUV | 56.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 102 | 0.13 | 0.70 | 0 | 0.6 | 289.01 | 0.53 | 0.26 |
| Hex | 59 | 1F | 66 | D | 46 | 0 | 3C | 121 | 35 | 1A |
| Octal | 131 | 37 | 146 | 15 | 106 | 0 | 74 | 441 | 65 | 32 |
| Binary | 1011001 | 11111 | 1100110 | 1101 | 1000110 | 0 | 111100 | 100100001 | 110101 | 11010 |
Color Harmonies of #591F66
Complementary color
Monochromatic Colors of #591F66
Black with #591F66
Text Example
Text Example
White with #591F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F66; }
p { color: rgb(89,31,102); }
H1.HeaderClassName
{
color: #591F66;
}
.AnyTagClassName
{
color: #591F66;
}
</style>
background-color css
<style>
a { background-color: #591F66; }
a { background-color: rgb(89,31,102); }
div.DivClassName
{
background-color: #591F66;
}
.BgClassName
{
background-color: #591F66;
}
</style>
border-color css
<style>
span { border-color: #591F66; }
span { border-color: rgb(89,31,102); }
td.TdClassName
{
border-color: #591F66;
}
.TagClassName
{
border-color: #591F66;
}
</style>