Shades of Hot Purple #511054
Tints of Hot Purple #511054
RGB
CMYK
RGB Variations
Color information
#511054 (or 0x511054) is known color: Hot Purple. HEX triplet: 51, 10 and 54. RGB value is (81,16,84). Sum of RGB (Red+Green+Blue) = 81+16+84=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #511054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511054 is #AEEFAB. Grayscale: #2A2A2A. Windows color (decimal): -11464620 or 5509201. OLE color: 5509201.
HSL color Cylindrical-coordinate representation of color #511054: hue angle of 297.35º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511054 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 16 | 84 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.67 |
| HSL | 297.35º | 0.68% | 0.2% | - |
| HSV(B) | 297.35º | 0.81% | 0.33% | - |
| XYZ | 5.18 | 2.76 | 8.65 | - |
| YUV | 43.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 84 | 0.04 | 0.81 | 0 | 0.67 | 297.35 | 0.68 | 0.2 |
| Hex | 51 | 10 | 54 | 4 | 51 | 0 | 43 | 129 | 44 | 14 |
| Octal | 121 | 20 | 124 | 4 | 121 | 0 | 103 | 451 | 104 | 24 |
| Binary | 1010001 | 10000 | 1010100 | 100 | 1010001 | 0 | 1000011 | 100101001 | 1000100 | 10100 |
Color Harmonies of #511054
Complementary color
Monochromatic Colors of #511054
Black with #511054
Text Example
Text Example
White with #511054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511054; }
p { color: rgb(81,16,84); }
H1.HeaderClassName
{
color: #511054;
}
.AnyTagClassName
{
color: #511054;
}
</style>
background-color css
<style>
a { background-color: #511054; }
a { background-color: rgb(81,16,84); }
div.DivClassName
{
background-color: #511054;
}
.BgClassName
{
background-color: #511054;
}
</style>
border-color css
<style>
span { border-color: #511054; }
span { border-color: rgb(81,16,84); }
td.TdClassName
{
border-color: #511054;
}
.TagClassName
{
border-color: #511054;
}
</style>