Shades of Hot Purple #511656
Tints of Hot Purple #511656
RGB
CMYK
RGB Variations
Color information
#511656 (or 0x511656) is known color: Hot Purple. HEX triplet: 51, 16 and 56. RGB value is (81,22,86). Sum of RGB (Red+Green+Blue) = 81+22+86=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #511656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511656 is #AEE9A9. Grayscale: #2E2E2E. Windows color (decimal): -11463082 or 5641809. OLE color: 5641809.
HSL color Cylindrical-coordinate representation of color #511656: hue angle of 295.31º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #511656 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 22 | 86 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.66 |
| HSL | 295.31º | 0.59% | 0.21% | - |
| HSV(B) | 295.31º | 0.74% | 0.34% | - |
| XYZ | 5.36 | 3 | 9.1 | - |
| YUV | 46.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 86 | 0.06 | 0.74 | 0 | 0.66 | 295.31 | 0.59 | 0.21 |
| Hex | 51 | 16 | 56 | 6 | 4A | 0 | 42 | 127 | 3B | 15 |
| Octal | 121 | 26 | 126 | 6 | 112 | 0 | 102 | 447 | 73 | 25 |
| Binary | 1010001 | 10110 | 1010110 | 110 | 1001010 | 0 | 1000010 | 100100111 | 111011 | 10101 |
Color Harmonies of #511656
Complementary color
Monochromatic Colors of #511656
Black with #511656
Text Example
Text Example
White with #511656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511656; }
p { color: rgb(81,22,86); }
H1.HeaderClassName
{
color: #511656;
}
.AnyTagClassName
{
color: #511656;
}
</style>
background-color css
<style>
a { background-color: #511656; }
a { background-color: rgb(81,22,86); }
div.DivClassName
{
background-color: #511656;
}
.BgClassName
{
background-color: #511656;
}
</style>
border-color css
<style>
span { border-color: #511656; }
span { border-color: rgb(81,22,86); }
td.TdClassName
{
border-color: #511656;
}
.TagClassName
{
border-color: #511656;
}
</style>