Shades of Hot Purple #511154
Tints of Hot Purple #511154
RGB
CMYK
RGB Variations
Color information
#511154 (or 0x511154) is known color: Hot Purple. HEX triplet: 51, 11 and 54. RGB value is (81,17,84). Sum of RGB (Red+Green+Blue) = 81+17+84=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #511154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511154 is #AEEEAB. Grayscale: #2B2B2B. Windows color (decimal): -11464364 or 5509457. OLE color: 5509457.
HSL color Cylindrical-coordinate representation of color #511154: hue angle of 297.31º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511154 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 17 | 84 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.67 |
| HSL | 297.31º | 0.66% | 0.2% | - |
| HSV(B) | 297.31º | 0.8% | 0.33% | - |
| XYZ | 5.19 | 2.79 | 8.65 | - |
| YUV | 43.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 84 | 0.04 | 0.80 | 0 | 0.67 | 297.31 | 0.66 | 0.2 |
| Hex | 51 | 11 | 54 | 4 | 50 | 0 | 43 | 129 | 42 | 14 |
| Octal | 121 | 21 | 124 | 4 | 120 | 0 | 103 | 451 | 102 | 24 |
| Binary | 1010001 | 10001 | 1010100 | 100 | 1010000 | 0 | 1000011 | 100101001 | 1000010 | 10100 |
Color Harmonies of #511154
Complementary color
Monochromatic Colors of #511154
Black with #511154
Text Example
Text Example
White with #511154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511154; }
p { color: rgb(81,17,84); }
H1.HeaderClassName
{
color: #511154;
}
.AnyTagClassName
{
color: #511154;
}
</style>
background-color css
<style>
a { background-color: #511154; }
a { background-color: rgb(81,17,84); }
div.DivClassName
{
background-color: #511154;
}
.BgClassName
{
background-color: #511154;
}
</style>
border-color css
<style>
span { border-color: #511154; }
span { border-color: rgb(81,17,84); }
td.TdClassName
{
border-color: #511154;
}
.TagClassName
{
border-color: #511154;
}
</style>