Shades of Hot Purple #51144C
Tints of Hot Purple #51144C
RGB
CMYK
RGB Variations
Color information
#51144C (or 0x51144C) is known color: Hot Purple. HEX triplet: 51, 14 and 4C. RGB value is (81,20,76). Sum of RGB (Red+Green+Blue) = 81+20+76=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #51144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51144C is #AEEBB3. Grayscale: #2C2C2C. Windows color (decimal): -11463604 or 4985937. OLE color: 4985937.
HSL color Cylindrical-coordinate representation of color #51144C: hue angle of 304.92º 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 #51144C is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 76 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.68 |
| HSL | 304.92º | 0.6% | 0.2% | - |
| HSV(B) | 304.92º | 0.75% | 0.32% | - |
| XYZ | 4.95 | 2.77 | 7.11 | - |
| YUV | 44.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 76 | 0 | 0.75 | 0.06 | 0.68 | 304.92 | 0.6 | 0.2 |
| Hex | 51 | 14 | 4C | 0 | 4B | 6 | 44 | 131 | 3C | 14 |
| Octal | 121 | 24 | 114 | 0 | 113 | 6 | 104 | 461 | 74 | 24 |
| Binary | 1010001 | 10100 | 1001100 | 0 | 1001011 | 110 | 1000100 | 100110001 | 111100 | 10100 |
Color Harmonies of #51144C
Complementary color
Monochromatic Colors of #51144C
Black with #51144C
Text Example
Text Example
White with #51144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51144C; }
p { color: rgb(81,20,76); }
H1.HeaderClassName
{
color: #51144C;
}
.AnyTagClassName
{
color: #51144C;
}
</style>
background-color css
<style>
a { background-color: #51144C; }
a { background-color: rgb(81,20,76); }
div.DivClassName
{
background-color: #51144C;
}
.BgClassName
{
background-color: #51144C;
}
</style>
border-color css
<style>
span { border-color: #51144C; }
span { border-color: rgb(81,20,76); }
td.TdClassName
{
border-color: #51144C;
}
.TagClassName
{
border-color: #51144C;
}
</style>