Shades of Hot Purple #511959
Tints of Hot Purple #511959
RGB
CMYK
RGB Variations
Color information
#511959 (or 0x511959) is known color: Hot Purple. HEX triplet: 51, 19 and 59. RGB value is (81,25,89). Sum of RGB (Red+Green+Blue) = 81+25+89=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #511959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511959 is #AEE6A6. Grayscale: #303030. Windows color (decimal): -11462311 or 5839185. OLE color: 5839185.
HSL color Cylindrical-coordinate representation of color #511959: hue angle of 292.5º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511959 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 25 | 89 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.65 |
| HSL | 292.5º | 0.56% | 0.22% | - |
| HSV(B) | 292.5º | 0.72% | 0.35% | - |
| XYZ | 5.54 | 3.17 | 9.77 | - |
| YUV | 49.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 89 | 0.09 | 0.72 | 0 | 0.65 | 292.5 | 0.56 | 0.22 |
| Hex | 51 | 19 | 59 | 9 | 48 | 0 | 41 | 124 | 38 | 16 |
| Octal | 121 | 31 | 131 | 11 | 110 | 0 | 101 | 444 | 70 | 26 |
| Binary | 1010001 | 11001 | 1011001 | 1001 | 1001000 | 0 | 1000001 | 100100100 | 111000 | 10110 |
Color Harmonies of #511959
Complementary color
Monochromatic Colors of #511959
Black with #511959
Text Example
Text Example
White with #511959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511959; }
p { color: rgb(81,25,89); }
H1.HeaderClassName
{
color: #511959;
}
.AnyTagClassName
{
color: #511959;
}
</style>
background-color css
<style>
a { background-color: #511959; }
a { background-color: rgb(81,25,89); }
div.DivClassName
{
background-color: #511959;
}
.BgClassName
{
background-color: #511959;
}
</style>
border-color css
<style>
span { border-color: #511959; }
span { border-color: rgb(81,25,89); }
td.TdClassName
{
border-color: #511959;
}
.TagClassName
{
border-color: #511959;
}
</style>