Shades of Hot Purple #51144E
Tints of Hot Purple #51144E
RGB
CMYK
RGB Variations
Color information
#51144E (or 0x51144E) is known color: Hot Purple. HEX triplet: 51, 14 and 4E. RGB value is (81,20,78). Sum of RGB (Red+Green+Blue) = 81+20+78=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #51144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51144E is #AEEBB1. Grayscale: #2C2C2C. Windows color (decimal): -11463602 or 5117009. OLE color: 5117009.
HSL color Cylindrical-coordinate representation of color #51144E: hue angle of 302.95º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51144E is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 78 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.68 |
| HSL | 302.95º | 0.6% | 0.2% | - |
| HSV(B) | 302.95º | 0.75% | 0.32% | - |
| XYZ | 5.02 | 2.8 | 7.48 | - |
| YUV | 44.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 78 | 0 | 0.75 | 0.04 | 0.68 | 302.95 | 0.6 | 0.2 |
| Hex | 51 | 14 | 4E | 0 | 4B | 4 | 44 | 12F | 3C | 14 |
| Octal | 121 | 24 | 116 | 0 | 113 | 4 | 104 | 457 | 74 | 24 |
| Binary | 1010001 | 10100 | 1001110 | 0 | 1001011 | 100 | 1000100 | 100101111 | 111100 | 10100 |
Color Harmonies of #51144E
Complementary color
Monochromatic Colors of #51144E
Black with #51144E
Text Example
Text Example
White with #51144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51144E; }
p { color: rgb(81,20,78); }
H1.HeaderClassName
{
color: #51144E;
}
.AnyTagClassName
{
color: #51144E;
}
</style>
background-color css
<style>
a { background-color: #51144E; }
a { background-color: rgb(81,20,78); }
div.DivClassName
{
background-color: #51144E;
}
.BgClassName
{
background-color: #51144E;
}
</style>
border-color css
<style>
span { border-color: #51144E; }
span { border-color: rgb(81,20,78); }
td.TdClassName
{
border-color: #51144E;
}
.TagClassName
{
border-color: #51144E;
}
</style>