Shades of Hot Purple #591565
Tints of Hot Purple #591565
RGB
CMYK
RGB Variations
Color information
#591565 (or 0x591565) is known color: Hot Purple. HEX triplet: 59, 15 and 65. RGB value is (89,21,101). Sum of RGB (Red+Green+Blue) = 89+21+101=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #591565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591565 is #A6EA9A. Grayscale: #323232. Windows color (decimal): -10939035 or 6624601. OLE color: 6624601.
HSL color Cylindrical-coordinate representation of color #591565: hue angle of 291º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591565 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 21 | 101 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.60 |
| HSL | 291º | 0.66% | 0.24% | - |
| HSV(B) | 291º | 0.79% | 0.4% | - |
| XYZ | 6.74 | 3.6 | 12.65 | - |
| YUV | 50.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 101 | 0.12 | 0.79 | 0 | 0.60 | 291 | 0.66 | 0.24 |
| Hex | 59 | 15 | 65 | C | 4F | 0 | 3C | 123 | 42 | 18 |
| Octal | 131 | 25 | 145 | 14 | 117 | 0 | 74 | 443 | 102 | 30 |
| Binary | 1011001 | 10101 | 1100101 | 1100 | 1001111 | 0 | 111100 | 100100011 | 1000010 | 11000 |
Color Harmonies of #591565
Complementary color
Monochromatic Colors of #591565
Black with #591565
Text Example
Text Example
White with #591565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591565; }
p { color: rgb(89,21,101); }
H1.HeaderClassName
{
color: #591565;
}
.AnyTagClassName
{
color: #591565;
}
</style>
background-color css
<style>
a { background-color: #591565; }
a { background-color: rgb(89,21,101); }
div.DivClassName
{
background-color: #591565;
}
.BgClassName
{
background-color: #591565;
}
</style>
border-color css
<style>
span { border-color: #591565; }
span { border-color: rgb(89,21,101); }
td.TdClassName
{
border-color: #591565;
}
.TagClassName
{
border-color: #591565;
}
</style>