Shades of Hot Purple #591462
Tints of Hot Purple #591462
RGB
CMYK
RGB Variations
Color information
#591462 (or 0x591462) is known color: Hot Purple. HEX triplet: 59, 14 and 62. RGB value is (89,20,98). Sum of RGB (Red+Green+Blue) = 89+20+98=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #591462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591462 is #A6EB9D. Grayscale: #313131. Windows color (decimal): -10939294 or 6427737. OLE color: 6427737.
HSL color Cylindrical-coordinate representation of color #591462: hue angle of 293.08º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591462 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 20 | 98 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.62 |
| HSL | 293.08º | 0.66% | 0.23% | - |
| HSV(B) | 293.08º | 0.8% | 0.38% | - |
| XYZ | 6.57 | 3.51 | 11.89 | - |
| YUV | 49.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 98 | 0.09 | 0.80 | 0 | 0.62 | 293.08 | 0.66 | 0.23 |
| Hex | 59 | 14 | 62 | 9 | 50 | 0 | 3E | 125 | 42 | 17 |
| Octal | 131 | 24 | 142 | 11 | 120 | 0 | 76 | 445 | 102 | 27 |
| Binary | 1011001 | 10100 | 1100010 | 1001 | 1010000 | 0 | 111110 | 100100101 | 1000010 | 10111 |
Color Harmonies of #591462
Complementary color
Monochromatic Colors of #591462
Black with #591462
Text Example
Text Example
White with #591462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591462; }
p { color: rgb(89,20,98); }
H1.HeaderClassName
{
color: #591462;
}
.AnyTagClassName
{
color: #591462;
}
</style>
background-color css
<style>
a { background-color: #591462; }
a { background-color: rgb(89,20,98); }
div.DivClassName
{
background-color: #591462;
}
.BgClassName
{
background-color: #591462;
}
</style>
border-color css
<style>
span { border-color: #591462; }
span { border-color: rgb(89,20,98); }
td.TdClassName
{
border-color: #591462;
}
.TagClassName
{
border-color: #591462;
}
</style>