Shades of Hot Purple #51144D
Tints of Hot Purple #51144D
RGB
CMYK
RGB Variations
Color information
#51144D (or 0x51144D) is known color: Hot Purple. HEX triplet: 51, 14 and 4D. RGB value is (81,20,77). Sum of RGB (Red+Green+Blue) = 81+20+77=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #51144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51144D is #AEEBB2. Grayscale: #2C2C2C. Windows color (decimal): -11463603 or 5051473. OLE color: 5051473.
HSL color Cylindrical-coordinate representation of color #51144D: hue angle of 303.93º 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 #51144D is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 77 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.68 |
| HSL | 303.93º | 0.6% | 0.2% | - |
| HSV(B) | 303.93º | 0.75% | 0.32% | - |
| XYZ | 4.98 | 2.79 | 7.3 | - |
| YUV | 44.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 77 | 0 | 0.75 | 0.05 | 0.68 | 303.93 | 0.6 | 0.2 |
| Hex | 51 | 14 | 4D | 0 | 4B | 5 | 44 | 130 | 3C | 14 |
| Octal | 121 | 24 | 115 | 0 | 113 | 5 | 104 | 460 | 74 | 24 |
| Binary | 1010001 | 10100 | 1001101 | 0 | 1001011 | 101 | 1000100 | 100110000 | 111100 | 10100 |
Color Harmonies of #51144D
Complementary color
Monochromatic Colors of #51144D
Black with #51144D
Text Example
Text Example
White with #51144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51144D; }
p { color: rgb(81,20,77); }
H1.HeaderClassName
{
color: #51144D;
}
.AnyTagClassName
{
color: #51144D;
}
</style>
background-color css
<style>
a { background-color: #51144D; }
a { background-color: rgb(81,20,77); }
div.DivClassName
{
background-color: #51144D;
}
.BgClassName
{
background-color: #51144D;
}
</style>
border-color css
<style>
span { border-color: #51144D; }
span { border-color: rgb(81,20,77); }
td.TdClassName
{
border-color: #51144D;
}
.TagClassName
{
border-color: #51144D;
}
</style>