Shades of Hot Purple #591761
Tints of Hot Purple #591761
RGB
CMYK
RGB Variations
Color information
#591761 (or 0x591761) is known color: Hot Purple. HEX triplet: 59, 17 and 61. RGB value is (89,23,97). Sum of RGB (Red+Green+Blue) = 89+23+97=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #591761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591761 is #A6E89E. Grayscale: #323232. Windows color (decimal): -10938527 or 6362969. OLE color: 6362969.
HSL color Cylindrical-coordinate representation of color #591761: hue angle of 293.51º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591761 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 23 | 97 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.62 |
| HSL | 293.51º | 0.62% | 0.24% | - |
| HSV(B) | 293.51º | 0.76% | 0.38% | - |
| XYZ | 6.58 | 3.6 | 11.66 | - |
| YUV | 51.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 97 | 0.08 | 0.76 | 0 | 0.62 | 293.51 | 0.62 | 0.24 |
| Hex | 59 | 17 | 61 | 8 | 4C | 0 | 3E | 126 | 3E | 18 |
| Octal | 131 | 27 | 141 | 10 | 114 | 0 | 76 | 446 | 76 | 30 |
| Binary | 1011001 | 10111 | 1100001 | 1000 | 1001100 | 0 | 111110 | 100100110 | 111110 | 11000 |
Color Harmonies of #591761
Complementary color
Monochromatic Colors of #591761
Black with #591761
Text Example
Text Example
White with #591761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591761; }
p { color: rgb(89,23,97); }
H1.HeaderClassName
{
color: #591761;
}
.AnyTagClassName
{
color: #591761;
}
</style>
background-color css
<style>
a { background-color: #591761; }
a { background-color: rgb(89,23,97); }
div.DivClassName
{
background-color: #591761;
}
.BgClassName
{
background-color: #591761;
}
</style>
border-color css
<style>
span { border-color: #591761; }
span { border-color: rgb(89,23,97); }
td.TdClassName
{
border-color: #591761;
}
.TagClassName
{
border-color: #591761;
}
</style>