Shades of Hot Purple #51124D
Tints of Hot Purple #51124D
RGB
CMYK
RGB Variations
Color information
#51124D (or 0x51124D) is known color: Hot Purple. HEX triplet: 51, 12 and 4D. RGB value is (81,18,77). Sum of RGB (Red+Green+Blue) = 81+18+77=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #51124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51124D is #AEEDB2. Grayscale: #2B2B2B. Windows color (decimal): -11464115 or 5050961. OLE color: 5050961.
HSL color Cylindrical-coordinate representation of color #51124D: hue angle of 303.81º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51124D is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 77 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.68 |
| HSL | 303.81º | 0.64% | 0.19% | - |
| HSV(B) | 303.81º | 0.78% | 0.32% | - |
| XYZ | 4.95 | 2.72 | 7.28 | - |
| YUV | 43.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 77 | 0 | 0.78 | 0.05 | 0.68 | 303.81 | 0.64 | 0.19 |
| Hex | 51 | 12 | 4D | 0 | 4E | 5 | 44 | 130 | 40 | 13 |
| Octal | 121 | 22 | 115 | 0 | 116 | 5 | 104 | 460 | 100 | 23 |
| Binary | 1010001 | 10010 | 1001101 | 0 | 1001110 | 101 | 1000100 | 100110000 | 1000000 | 10011 |
Color Harmonies of #51124D
Complementary color
Monochromatic Colors of #51124D
Black with #51124D
Text Example
Text Example
White with #51124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51124D; }
p { color: rgb(81,18,77); }
H1.HeaderClassName
{
color: #51124D;
}
.AnyTagClassName
{
color: #51124D;
}
</style>
background-color css
<style>
a { background-color: #51124D; }
a { background-color: rgb(81,18,77); }
div.DivClassName
{
background-color: #51124D;
}
.BgClassName
{
background-color: #51124D;
}
</style>
border-color css
<style>
span { border-color: #51124D; }
span { border-color: rgb(81,18,77); }
td.TdClassName
{
border-color: #51124D;
}
.TagClassName
{
border-color: #51124D;
}
</style>