Shades of Hot Purple #511259
Tints of Hot Purple #511259
RGB
CMYK
RGB Variations
Color information
#511259 (or 0x511259) is known color: Hot Purple. HEX triplet: 51, 12 and 59. RGB value is (81,18,89). Sum of RGB (Red+Green+Blue) = 81+18+89=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #511259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511259 is #AEEDA6. Grayscale: #2C2C2C. Windows color (decimal): -11464103 or 5837393. OLE color: 5837393.
HSL color Cylindrical-coordinate representation of color #511259: hue angle of 293.24º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511259 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 18 | 89 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.65 |
| HSL | 293.24º | 0.66% | 0.21% | - |
| HSV(B) | 293.24º | 0.8% | 0.35% | - |
| XYZ | 5.41 | 2.9 | 9.73 | - |
| YUV | 44.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 89 | 0.09 | 0.80 | 0 | 0.65 | 293.24 | 0.66 | 0.21 |
| Hex | 51 | 12 | 59 | 9 | 50 | 0 | 41 | 125 | 42 | 15 |
| Octal | 121 | 22 | 131 | 11 | 120 | 0 | 101 | 445 | 102 | 25 |
| Binary | 1010001 | 10010 | 1011001 | 1001 | 1010000 | 0 | 1000001 | 100100101 | 1000010 | 10101 |
Color Harmonies of #511259
Complementary color
Monochromatic Colors of #511259
Black with #511259
Text Example
Text Example
White with #511259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511259; }
p { color: rgb(81,18,89); }
H1.HeaderClassName
{
color: #511259;
}
.AnyTagClassName
{
color: #511259;
}
</style>
background-color css
<style>
a { background-color: #511259; }
a { background-color: rgb(81,18,89); }
div.DivClassName
{
background-color: #511259;
}
.BgClassName
{
background-color: #511259;
}
</style>
border-color css
<style>
span { border-color: #511259; }
span { border-color: rgb(81,18,89); }
td.TdClassName
{
border-color: #511259;
}
.TagClassName
{
border-color: #511259;
}
</style>