Shades of Hot Purple #591B65
Tints of Hot Purple #591B65
RGB
CMYK
RGB Variations
Color information
#591B65 (or 0x591B65) is known color: Hot Purple. HEX triplet: 59, 1B and 65. RGB value is (89,27,101). Sum of RGB (Red+Green+Blue) = 89+27+101=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #591B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B65 is #A6E49A. Grayscale: #353535. Windows color (decimal): -10937499 or 6626137. OLE color: 6626137.
HSL color Cylindrical-coordinate representation of color #591B65: hue angle of 290.27º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #591B65 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 27 | 101 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.60 |
| HSL | 290.27º | 0.58% | 0.25% | - |
| HSV(B) | 290.27º | 0.73% | 0.4% | - |
| XYZ | 6.86 | 3.85 | 12.69 | - |
| YUV | 53.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 101 | 0.12 | 0.73 | 0 | 0.60 | 290.27 | 0.58 | 0.25 |
| Hex | 59 | 1B | 65 | C | 49 | 0 | 3C | 122 | 3A | 19 |
| Octal | 131 | 33 | 145 | 14 | 111 | 0 | 74 | 442 | 72 | 31 |
| Binary | 1011001 | 11011 | 1100101 | 1100 | 1001001 | 0 | 111100 | 100100010 | 111010 | 11001 |
Color Harmonies of #591B65
Complementary color
Monochromatic Colors of #591B65
Black with #591B65
Text Example
Text Example
White with #591B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B65; }
p { color: rgb(89,27,101); }
H1.HeaderClassName
{
color: #591B65;
}
.AnyTagClassName
{
color: #591B65;
}
</style>
background-color css
<style>
a { background-color: #591B65; }
a { background-color: rgb(89,27,101); }
div.DivClassName
{
background-color: #591B65;
}
.BgClassName
{
background-color: #591B65;
}
</style>
border-color css
<style>
span { border-color: #591B65; }
span { border-color: rgb(89,27,101); }
td.TdClassName
{
border-color: #591B65;
}
.TagClassName
{
border-color: #591B65;
}
</style>