Shades of Hot Purple #591B64
Tints of Hot Purple #591B64
RGB
CMYK
RGB Variations
Color information
#591B64 (or 0x591B64) is known color: Hot Purple. HEX triplet: 59, 1B and 64. RGB value is (89,27,100). Sum of RGB (Red+Green+Blue) = 89+27+100=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 100 - color contains mainly: blue. Hex color #591B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B64 is #A6E49B. Grayscale: #353535. Windows color (decimal): -10937500 or 6560601. OLE color: 6560601.
HSL color Cylindrical-coordinate representation of color #591B64: hue angle of 290.96º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #591B64 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 27 | 100 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.61 |
| HSL | 290.96º | 0.57% | 0.25% | - |
| HSV(B) | 290.96º | 0.73% | 0.39% | - |
| XYZ | 6.81 | 3.83 | 12.44 | - |
| YUV | 53.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 100 | 0.11 | 0.73 | 0 | 0.61 | 290.96 | 0.57 | 0.25 |
| Hex | 59 | 1B | 64 | B | 49 | 0 | 3D | 123 | 39 | 19 |
| Octal | 131 | 33 | 144 | 13 | 111 | 0 | 75 | 443 | 71 | 31 |
| Binary | 1011001 | 11011 | 1100100 | 1011 | 1001001 | 0 | 111101 | 100100011 | 111001 | 11001 |
Color Harmonies of #591B64
Complementary color
Monochromatic Colors of #591B64
Black with #591B64
Text Example
Text Example
White with #591B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B64; }
p { color: rgb(89,27,100); }
H1.HeaderClassName
{
color: #591B64;
}
.AnyTagClassName
{
color: #591B64;
}
</style>
background-color css
<style>
a { background-color: #591B64; }
a { background-color: rgb(89,27,100); }
div.DivClassName
{
background-color: #591B64;
}
.BgClassName
{
background-color: #591B64;
}
</style>
border-color css
<style>
span { border-color: #591B64; }
span { border-color: rgb(89,27,100); }
td.TdClassName
{
border-color: #591B64;
}
.TagClassName
{
border-color: #591B64;
}
</style>