Shades of Hot Purple #591E5D
Tints of Hot Purple #591E5D
RGB
CMYK
RGB Variations
Color information
#591E5D (or 0x591E5D) is known color: Hot Purple. HEX triplet: 59, 1E and 5D. RGB value is (89,30,93). Sum of RGB (Red+Green+Blue) = 89+30+93=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #591E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591E5D is #A6E1A2. Grayscale: #363636. Windows color (decimal): -10936739 or 6102617. OLE color: 6102617.
HSL color Cylindrical-coordinate representation of color #591E5D: hue angle of 296.19º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #591E5D is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 30 | 93 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.64 |
| HSL | 296.19º | 0.51% | 0.24% | - |
| HSV(B) | 296.19º | 0.68% | 0.36% | - |
| XYZ | 6.56 | 3.84 | 10.75 | - |
| YUV | 54.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 93 | 0.04 | 0.68 | 0 | 0.64 | 296.19 | 0.51 | 0.24 |
| Hex | 59 | 1E | 5D | 4 | 44 | 0 | 40 | 128 | 33 | 18 |
| Octal | 131 | 36 | 135 | 4 | 104 | 0 | 100 | 450 | 63 | 30 |
| Binary | 1011001 | 11110 | 1011101 | 100 | 1000100 | 0 | 1000000 | 100101000 | 110011 | 11000 |
Color Harmonies of #591E5D
Complementary color
Monochromatic Colors of #591E5D
Black with #591E5D
Text Example
Text Example
White with #591E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591E5D; }
p { color: rgb(89,30,93); }
H1.HeaderClassName
{
color: #591E5D;
}
.AnyTagClassName
{
color: #591E5D;
}
</style>
background-color css
<style>
a { background-color: #591E5D; }
a { background-color: rgb(89,30,93); }
div.DivClassName
{
background-color: #591E5D;
}
.BgClassName
{
background-color: #591E5D;
}
</style>
border-color css
<style>
span { border-color: #591E5D; }
span { border-color: rgb(89,30,93); }
td.TdClassName
{
border-color: #591E5D;
}
.TagClassName
{
border-color: #591E5D;
}
</style>