Shades of Hot Purple #591365
Tints of Hot Purple #591365
RGB
CMYK
RGB Variations
Color information
#591365 (or 0x591365) is known color: Hot Purple. HEX triplet: 59, 13 and 65. RGB value is (89,19,101). Sum of RGB (Red+Green+Blue) = 89+19+101=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #591365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591365 is #A6EC9A. Grayscale: #313131. Windows color (decimal): -10939547 or 6624089. OLE color: 6624089.
HSL color Cylindrical-coordinate representation of color #591365: hue angle of 291.22º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591365 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 19 | 101 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.60 |
| HSL | 291.22º | 0.68% | 0.24% | - |
| HSV(B) | 291.22º | 0.81% | 0.4% | - |
| XYZ | 6.7 | 3.53 | 12.64 | - |
| YUV | 49.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 101 | 0.12 | 0.81 | 0 | 0.60 | 291.22 | 0.68 | 0.24 |
| Hex | 59 | 13 | 65 | C | 51 | 0 | 3C | 123 | 44 | 18 |
| Octal | 131 | 23 | 145 | 14 | 121 | 0 | 74 | 443 | 104 | 30 |
| Binary | 1011001 | 10011 | 1100101 | 1100 | 1010001 | 0 | 111100 | 100100011 | 1000100 | 11000 |
Color Harmonies of #591365
Complementary color
Monochromatic Colors of #591365
Black with #591365
Text Example
Text Example
White with #591365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591365; }
p { color: rgb(89,19,101); }
H1.HeaderClassName
{
color: #591365;
}
.AnyTagClassName
{
color: #591365;
}
</style>
background-color css
<style>
a { background-color: #591365; }
a { background-color: rgb(89,19,101); }
div.DivClassName
{
background-color: #591365;
}
.BgClassName
{
background-color: #591365;
}
</style>
border-color css
<style>
span { border-color: #591365; }
span { border-color: rgb(89,19,101); }
td.TdClassName
{
border-color: #591365;
}
.TagClassName
{
border-color: #591365;
}
</style>