Shades of Hot Purple #591F63
Tints of Hot Purple #591F63
RGB
CMYK
RGB Variations
Color information
#591F63 (or 0x591F63) is known color: Hot Purple. HEX triplet: 59, 1F and 63. RGB value is (89,31,99). Sum of RGB (Red+Green+Blue) = 89+31+99=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #591F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591F63 is #A6E09C. Grayscale: #373737. Windows color (decimal): -10936477 or 6496089. OLE color: 6496089.
HSL color Cylindrical-coordinate representation of color #591F63: hue angle of 291.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #591F63 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 31 | 99 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.61 |
| HSL | 291.18º | 0.52% | 0.25% | - |
| HSV(B) | 291.18º | 0.69% | 0.39% | - |
| XYZ | 6.86 | 4 | 12.22 | - |
| YUV | 56.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 99 | 0.10 | 0.69 | 0 | 0.61 | 291.18 | 0.52 | 0.25 |
| Hex | 59 | 1F | 63 | A | 45 | 0 | 3D | 123 | 34 | 19 |
| Octal | 131 | 37 | 143 | 12 | 105 | 0 | 75 | 443 | 64 | 31 |
| Binary | 1011001 | 11111 | 1100011 | 1010 | 1000101 | 0 | 111101 | 100100011 | 110100 | 11001 |
Color Harmonies of #591F63
Complementary color
Monochromatic Colors of #591F63
Black with #591F63
Text Example
Text Example
White with #591F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F63; }
p { color: rgb(89,31,99); }
H1.HeaderClassName
{
color: #591F63;
}
.AnyTagClassName
{
color: #591F63;
}
</style>
background-color css
<style>
a { background-color: #591F63; }
a { background-color: rgb(89,31,99); }
div.DivClassName
{
background-color: #591F63;
}
.BgClassName
{
background-color: #591F63;
}
</style>
border-color css
<style>
span { border-color: #591F63; }
span { border-color: rgb(89,31,99); }
td.TdClassName
{
border-color: #591F63;
}
.TagClassName
{
border-color: #591F63;
}
</style>