Shades of Hot Purple #591461
Tints of Hot Purple #591461
RGB
CMYK
RGB Variations
Color information
#591461 (or 0x591461) is known color: Hot Purple. HEX triplet: 59, 14 and 61. RGB value is (89,20,97). Sum of RGB (Red+Green+Blue) = 89+20+97=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #591461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591461 is #A6EB9E. Grayscale: #313131. Windows color (decimal): -10939295 or 6362201. OLE color: 6362201.
HSL color Cylindrical-coordinate representation of color #591461: hue angle of 293.77º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591461 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 20 | 97 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.62 |
| HSL | 293.77º | 0.66% | 0.23% | - |
| HSV(B) | 293.77º | 0.79% | 0.38% | - |
| XYZ | 6.53 | 3.49 | 11.64 | - |
| YUV | 49.41 | 154.86 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 97 | 0.08 | 0.79 | 0 | 0.62 | 293.77 | 0.66 | 0.23 |
| Hex | 59 | 14 | 61 | 8 | 4F | 0 | 3E | 126 | 42 | 17 |
| Octal | 131 | 24 | 141 | 10 | 117 | 0 | 76 | 446 | 102 | 27 |
| Binary | 1011001 | 10100 | 1100001 | 1000 | 1001111 | 0 | 111110 | 100100110 | 1000010 | 10111 |
Color Harmonies of #591461
Complementary color
Monochromatic Colors of #591461
Black with #591461
Text Example
Text Example
White with #591461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591461; }
p { color: rgb(89,20,97); }
H1.HeaderClassName
{
color: #591461;
}
.AnyTagClassName
{
color: #591461;
}
</style>
background-color css
<style>
a { background-color: #591461; }
a { background-color: rgb(89,20,97); }
div.DivClassName
{
background-color: #591461;
}
.BgClassName
{
background-color: #591461;
}
</style>
border-color css
<style>
span { border-color: #591461; }
span { border-color: rgb(89,20,97); }
td.TdClassName
{
border-color: #591461;
}
.TagClassName
{
border-color: #591461;
}
</style>