Shades of Hot Purple #591264
Tints of Hot Purple #591264
RGB
CMYK
RGB Variations
Color information
#591264 (or 0x591264) is known color: Hot Purple. HEX triplet: 59, 12 and 64. RGB value is (89,18,100). Sum of RGB (Red+Green+Blue) = 89+18+100=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #591264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591264 is #A6ED9B. Grayscale: #303030. Windows color (decimal): -10939804 or 6558297. OLE color: 6558297.
HSL color Cylindrical-coordinate representation of color #591264: hue angle of 291.95º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591264 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 18 | 100 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.61 |
| HSL | 291.95º | 0.69% | 0.23% | - |
| HSV(B) | 291.95º | 0.82% | 0.39% | - |
| XYZ | 6.64 | 3.48 | 12.38 | - |
| YUV | 48.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 100 | 0.11 | 0.82 | 0 | 0.61 | 291.95 | 0.69 | 0.23 |
| Hex | 59 | 12 | 64 | B | 52 | 0 | 3D | 124 | 45 | 17 |
| Octal | 131 | 22 | 144 | 13 | 122 | 0 | 75 | 444 | 105 | 27 |
| Binary | 1011001 | 10010 | 1100100 | 1011 | 1010010 | 0 | 111101 | 100100100 | 1000101 | 10111 |
Color Harmonies of #591264
Complementary color
Monochromatic Colors of #591264
Black with #591264
Text Example
Text Example
White with #591264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591264; }
p { color: rgb(89,18,100); }
H1.HeaderClassName
{
color: #591264;
}
.AnyTagClassName
{
color: #591264;
}
</style>
background-color css
<style>
a { background-color: #591264; }
a { background-color: rgb(89,18,100); }
div.DivClassName
{
background-color: #591264;
}
.BgClassName
{
background-color: #591264;
}
</style>
border-color css
<style>
span { border-color: #591264; }
span { border-color: rgb(89,18,100); }
td.TdClassName
{
border-color: #591264;
}
.TagClassName
{
border-color: #591264;
}
</style>