Shades of Hot Purple #51154C
Tints of Hot Purple #51154C
RGB
CMYK
RGB Variations
Color information
#51154C (or 0x51154C) is known color: Hot Purple. HEX triplet: 51, 15 and 4C. RGB value is (81,21,76). Sum of RGB (Red+Green+Blue) = 81+21+76=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #51154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51154C is #AEEAB3. Grayscale: #2D2D2D. Windows color (decimal): -11463348 or 4986193. OLE color: 4986193.
HSL color Cylindrical-coordinate representation of color #51154C: hue angle of 305º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51154C is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 21 | 76 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.68 |
| HSL | 305º | 0.59% | 0.2% | - |
| HSV(B) | 305º | 0.74% | 0.32% | - |
| XYZ | 4.97 | 2.81 | 7.12 | - |
| YUV | 45.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 76 | 0 | 0.74 | 0.06 | 0.68 | 305 | 0.59 | 0.2 |
| Hex | 51 | 15 | 4C | 0 | 4A | 6 | 44 | 131 | 3B | 14 |
| Octal | 121 | 25 | 114 | 0 | 112 | 6 | 104 | 461 | 73 | 24 |
| Binary | 1010001 | 10101 | 1001100 | 0 | 1001010 | 110 | 1000100 | 100110001 | 111011 | 10100 |
Color Harmonies of #51154C
Complementary color
Monochromatic Colors of #51154C
Black with #51154C
Text Example
Text Example
White with #51154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51154C; }
p { color: rgb(81,21,76); }
H1.HeaderClassName
{
color: #51154C;
}
.AnyTagClassName
{
color: #51154C;
}
</style>
background-color css
<style>
a { background-color: #51154C; }
a { background-color: rgb(81,21,76); }
div.DivClassName
{
background-color: #51154C;
}
.BgClassName
{
background-color: #51154C;
}
</style>
border-color css
<style>
span { border-color: #51154C; }
span { border-color: rgb(81,21,76); }
td.TdClassName
{
border-color: #51154C;
}
.TagClassName
{
border-color: #51154C;
}
</style>