Shades of Hot Purple #51194E
Tints of Hot Purple #51194E
RGB
CMYK
RGB Variations
Color information
#51194E (or 0x51194E) is known color: Hot Purple. HEX triplet: 51, 19 and 4E. RGB value is (81,25,78). Sum of RGB (Red+Green+Blue) = 81+25+78=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #51194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51194E is #AEE6B1. Grayscale: #2F2F2F. Windows color (decimal): -11462322 or 5118289. OLE color: 5118289.
HSL color Cylindrical-coordinate representation of color #51194E: hue angle of 303.21º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51194E is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 25 | 78 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.68 |
| HSL | 303.21º | 0.53% | 0.21% | - |
| HSV(B) | 303.21º | 0.69% | 0.32% | - |
| XYZ | 5.12 | 2.99 | 7.52 | - |
| YUV | 47.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 78 | 0 | 0.69 | 0.04 | 0.68 | 303.21 | 0.53 | 0.21 |
| Hex | 51 | 19 | 4E | 0 | 45 | 4 | 44 | 12F | 35 | 15 |
| Octal | 121 | 31 | 116 | 0 | 105 | 4 | 104 | 457 | 65 | 25 |
| Binary | 1010001 | 11001 | 1001110 | 0 | 1000101 | 100 | 1000100 | 100101111 | 110101 | 10101 |
Color Harmonies of #51194E
Complementary color
Monochromatic Colors of #51194E
Black with #51194E
Text Example
Text Example
White with #51194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51194E; }
p { color: rgb(81,25,78); }
H1.HeaderClassName
{
color: #51194E;
}
.AnyTagClassName
{
color: #51194E;
}
</style>
background-color css
<style>
a { background-color: #51194E; }
a { background-color: rgb(81,25,78); }
div.DivClassName
{
background-color: #51194E;
}
.BgClassName
{
background-color: #51194E;
}
</style>
border-color css
<style>
span { border-color: #51194E; }
span { border-color: rgb(81,25,78); }
td.TdClassName
{
border-color: #51194E;
}
.TagClassName
{
border-color: #51194E;
}
</style>