Shades of Hot Purple #51114C
Tints of Hot Purple #51114C
RGB
CMYK
RGB Variations
Color information
#51114C (or 0x51114C) is known color: Hot Purple. HEX triplet: 51, 11 and 4C. RGB value is (81,17,76). Sum of RGB (Red+Green+Blue) = 81+17+76=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #51114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51114C is #AEEEB3. Grayscale: #2A2A2A. Windows color (decimal): -11464372 or 4985169. OLE color: 4985169.
HSL color Cylindrical-coordinate representation of color #51114C: hue angle of 304.69º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #51114C is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 17 | 76 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.68 |
| HSL | 304.69º | 0.65% | 0.19% | - |
| HSV(B) | 304.69º | 0.79% | 0.32% | - |
| XYZ | 4.9 | 2.67 | 7.1 | - |
| YUV | 42.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 76 | 0 | 0.79 | 0.06 | 0.68 | 304.69 | 0.65 | 0.19 |
| Hex | 51 | 11 | 4C | 0 | 4F | 6 | 44 | 131 | 41 | 13 |
| Octal | 121 | 21 | 114 | 0 | 117 | 6 | 104 | 461 | 101 | 23 |
| Binary | 1010001 | 10001 | 1001100 | 0 | 1001111 | 110 | 1000100 | 100110001 | 1000001 | 10011 |
Color Harmonies of #51114C
Complementary color
Monochromatic Colors of #51114C
Black with #51114C
Text Example
Text Example
White with #51114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51114C; }
p { color: rgb(81,17,76); }
H1.HeaderClassName
{
color: #51114C;
}
.AnyTagClassName
{
color: #51114C;
}
</style>
background-color css
<style>
a { background-color: #51114C; }
a { background-color: rgb(81,17,76); }
div.DivClassName
{
background-color: #51114C;
}
.BgClassName
{
background-color: #51114C;
}
</style>
border-color css
<style>
span { border-color: #51114C; }
span { border-color: rgb(81,17,76); }
td.TdClassName
{
border-color: #51114C;
}
.TagClassName
{
border-color: #51114C;
}
</style>