Shades of Hot Purple #51174D
Tints of Hot Purple #51174D
RGB
CMYK
RGB Variations
Color information
#51174D (or 0x51174D) is known color: Hot Purple. HEX triplet: 51, 17 and 4D. RGB value is (81,23,77). Sum of RGB (Red+Green+Blue) = 81+23+77=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #51174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51174D is #AEE8B2. Grayscale: #2E2E2E. Windows color (decimal): -11462835 or 5052241. OLE color: 5052241.
HSL color Cylindrical-coordinate representation of color #51174D: hue angle of 304.14º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51174D is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 23 | 77 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.68 |
| HSL | 304.14º | 0.56% | 0.2% | - |
| HSV(B) | 304.14º | 0.72% | 0.32% | - |
| XYZ | 5.04 | 2.9 | 7.31 | - |
| YUV | 46.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 77 | 0 | 0.72 | 0.05 | 0.68 | 304.14 | 0.56 | 0.2 |
| Hex | 51 | 17 | 4D | 0 | 48 | 5 | 44 | 130 | 38 | 14 |
| Octal | 121 | 27 | 115 | 0 | 110 | 5 | 104 | 460 | 70 | 24 |
| Binary | 1010001 | 10111 | 1001101 | 0 | 1001000 | 101 | 1000100 | 100110000 | 111000 | 10100 |
Color Harmonies of #51174D
Complementary color
Monochromatic Colors of #51174D
Black with #51174D
Text Example
Text Example
White with #51174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51174D; }
p { color: rgb(81,23,77); }
H1.HeaderClassName
{
color: #51174D;
}
.AnyTagClassName
{
color: #51174D;
}
</style>
background-color css
<style>
a { background-color: #51174D; }
a { background-color: rgb(81,23,77); }
div.DivClassName
{
background-color: #51174D;
}
.BgClassName
{
background-color: #51174D;
}
</style>
border-color css
<style>
span { border-color: #51174D; }
span { border-color: rgb(81,23,77); }
td.TdClassName
{
border-color: #51174D;
}
.TagClassName
{
border-color: #51174D;
}
</style>