Shades of Hot Purple #511256
Tints of Hot Purple #511256
RGB
CMYK
RGB Variations
Color information
#511256 (or 0x511256) is known color: Hot Purple. HEX triplet: 51, 12 and 56. RGB value is (81,18,86). Sum of RGB (Red+Green+Blue) = 81+18+86=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #511256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511256 is #AEEDA9. Grayscale: #2C2C2C. Windows color (decimal): -11464106 or 5640785. OLE color: 5640785.
HSL color Cylindrical-coordinate representation of color #511256: hue angle of 295.59º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511256 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 18 | 86 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.66 |
| HSL | 295.59º | 0.65% | 0.2% | - |
| HSV(B) | 295.59º | 0.79% | 0.34% | - |
| XYZ | 5.29 | 2.85 | 9.08 | - |
| YUV | 44.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 86 | 0.06 | 0.79 | 0 | 0.66 | 295.59 | 0.65 | 0.2 |
| Hex | 51 | 12 | 56 | 6 | 4F | 0 | 42 | 128 | 41 | 14 |
| Octal | 121 | 22 | 126 | 6 | 117 | 0 | 102 | 450 | 101 | 24 |
| Binary | 1010001 | 10010 | 1010110 | 110 | 1001111 | 0 | 1000010 | 100101000 | 1000001 | 10100 |
Color Harmonies of #511256
Complementary color
Monochromatic Colors of #511256
Black with #511256
Text Example
Text Example
White with #511256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511256; }
p { color: rgb(81,18,86); }
H1.HeaderClassName
{
color: #511256;
}
.AnyTagClassName
{
color: #511256;
}
</style>
background-color css
<style>
a { background-color: #511256; }
a { background-color: rgb(81,18,86); }
div.DivClassName
{
background-color: #511256;
}
.BgClassName
{
background-color: #511256;
}
</style>
border-color css
<style>
span { border-color: #511256; }
span { border-color: rgb(81,18,86); }
td.TdClassName
{
border-color: #511256;
}
.TagClassName
{
border-color: #511256;
}
</style>