Shades of Hot Purple #511153
Tints of Hot Purple #511153
RGB
CMYK
RGB Variations
Color information
#511153 (or 0x511153) is known color: Hot Purple. HEX triplet: 51, 11 and 53. RGB value is (81,17,83). Sum of RGB (Red+Green+Blue) = 81+17+83=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #511153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511153 is #AEEEAC. Grayscale: #2B2B2B. Windows color (decimal): -11464365 or 5443921. OLE color: 5443921.
HSL color Cylindrical-coordinate representation of color #511153: hue angle of 298.18º 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 #511153 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 17 | 83 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.67 |
| HSL | 298.18º | 0.66% | 0.2% | - |
| HSV(B) | 298.18º | 0.8% | 0.33% | - |
| XYZ | 5.16 | 2.77 | 8.45 | - |
| YUV | 43.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 83 | 0.02 | 0.80 | 0 | 0.67 | 298.18 | 0.66 | 0.2 |
| Hex | 51 | 11 | 53 | 2 | 50 | 0 | 43 | 12A | 42 | 14 |
| Octal | 121 | 21 | 123 | 2 | 120 | 0 | 103 | 452 | 102 | 24 |
| Binary | 1010001 | 10001 | 1010011 | 10 | 1010000 | 0 | 1000011 | 100101010 | 1000010 | 10100 |
Color Harmonies of #511153
Complementary color
Monochromatic Colors of #511153
Black with #511153
Text Example
Text Example
White with #511153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511153; }
p { color: rgb(81,17,83); }
H1.HeaderClassName
{
color: #511153;
}
.AnyTagClassName
{
color: #511153;
}
</style>
background-color css
<style>
a { background-color: #511153; }
a { background-color: rgb(81,17,83); }
div.DivClassName
{
background-color: #511153;
}
.BgClassName
{
background-color: #511153;
}
</style>
border-color css
<style>
span { border-color: #511153; }
span { border-color: rgb(81,17,83); }
td.TdClassName
{
border-color: #511153;
}
.TagClassName
{
border-color: #511153;
}
</style>