Shades of Hot Purple #511059
Tints of Hot Purple #511059
RGB
CMYK
RGB Variations
Color information
#511059 (or 0x511059) is known color: Hot Purple. HEX triplet: 51, 10 and 59. RGB value is (81,16,89). Sum of RGB (Red+Green+Blue) = 81+16+89=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #511059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511059 is #AEEFA6. Grayscale: #2B2B2B. Windows color (decimal): -11464615 or 5836881. OLE color: 5836881.
HSL color Cylindrical-coordinate representation of color #511059: hue angle of 293.42º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511059 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 16 | 89 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.65 |
| HSL | 293.42º | 0.7% | 0.21% | - |
| HSV(B) | 293.42º | 0.82% | 0.35% | - |
| XYZ | 5.38 | 2.84 | 9.72 | - |
| YUV | 43.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 89 | 0.09 | 0.82 | 0 | 0.65 | 293.42 | 0.7 | 0.21 |
| Hex | 51 | 10 | 59 | 9 | 52 | 0 | 41 | 125 | 46 | 15 |
| Octal | 121 | 20 | 131 | 11 | 122 | 0 | 101 | 445 | 106 | 25 |
| Binary | 1010001 | 10000 | 1011001 | 1001 | 1010010 | 0 | 1000001 | 100100101 | 1000110 | 10101 |
Color Harmonies of #511059
Complementary color
Monochromatic Colors of #511059
Black with #511059
Text Example
Text Example
White with #511059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511059; }
p { color: rgb(81,16,89); }
H1.HeaderClassName
{
color: #511059;
}
.AnyTagClassName
{
color: #511059;
}
</style>
background-color css
<style>
a { background-color: #511059; }
a { background-color: rgb(81,16,89); }
div.DivClassName
{
background-color: #511059;
}
.BgClassName
{
background-color: #511059;
}
</style>
border-color css
<style>
span { border-color: #511059; }
span { border-color: rgb(81,16,89); }
td.TdClassName
{
border-color: #511059;
}
.TagClassName
{
border-color: #511059;
}
</style>