Shades of Hot Purple #51154F
Tints of Hot Purple #51154F
RGB
CMYK
RGB Variations
Color information
#51154F (or 0x51154F) is known color: Hot Purple. HEX triplet: 51, 15 and 4F. RGB value is (81,21,79). Sum of RGB (Red+Green+Blue) = 81+21+79=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #51154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51154F is #AEEAB0. Grayscale: #2D2D2D. Windows color (decimal): -11463345 or 5182801. OLE color: 5182801.
HSL color Cylindrical-coordinate representation of color #51154F: hue angle of 302º 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 #51154F is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 21 | 79 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.68 |
| HSL | 302º | 0.59% | 0.2% | - |
| HSV(B) | 302º | 0.74% | 0.32% | - |
| XYZ | 5.07 | 2.85 | 7.68 | - |
| YUV | 45.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 79 | 0 | 0.74 | 0.02 | 0.68 | 302 | 0.59 | 0.2 |
| Hex | 51 | 15 | 4F | 0 | 4A | 2 | 44 | 12E | 3B | 14 |
| Octal | 121 | 25 | 117 | 0 | 112 | 2 | 104 | 456 | 73 | 24 |
| Binary | 1010001 | 10101 | 1001111 | 0 | 1001010 | 10 | 1000100 | 100101110 | 111011 | 10100 |
Color Harmonies of #51154F
Complementary color
Monochromatic Colors of #51154F
Black with #51154F
Text Example
Text Example
White with #51154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51154F; }
p { color: rgb(81,21,79); }
H1.HeaderClassName
{
color: #51154F;
}
.AnyTagClassName
{
color: #51154F;
}
</style>
background-color css
<style>
a { background-color: #51154F; }
a { background-color: rgb(81,21,79); }
div.DivClassName
{
background-color: #51154F;
}
.BgClassName
{
background-color: #51154F;
}
</style>
border-color css
<style>
span { border-color: #51154F; }
span { border-color: rgb(81,21,79); }
td.TdClassName
{
border-color: #51154F;
}
.TagClassName
{
border-color: #51154F;
}
</style>