Shades of Hot Purple #51174E
Tints of Hot Purple #51174E
RGB
CMYK
RGB Variations
Color information
#51174E (or 0x51174E) is known color: Hot Purple. HEX triplet: 51, 17 and 4E. RGB value is (81,23,78). Sum of RGB (Red+Green+Blue) = 81+23+78=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #51174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51174E is #AEE8B1. Grayscale: #2E2E2E. Windows color (decimal): -11462834 or 5117777. OLE color: 5117777.
HSL color Cylindrical-coordinate representation of color #51174E: hue angle of 303.1º 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 #51174E is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 23 | 78 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.68 |
| HSL | 303.1º | 0.56% | 0.2% | - |
| HSV(B) | 303.1º | 0.72% | 0.32% | - |
| XYZ | 5.07 | 2.91 | 7.5 | - |
| YUV | 46.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 78 | 0 | 0.72 | 0.04 | 0.68 | 303.1 | 0.56 | 0.2 |
| Hex | 51 | 17 | 4E | 0 | 48 | 4 | 44 | 12F | 38 | 14 |
| Octal | 121 | 27 | 116 | 0 | 110 | 4 | 104 | 457 | 70 | 24 |
| Binary | 1010001 | 10111 | 1001110 | 0 | 1001000 | 100 | 1000100 | 100101111 | 111000 | 10100 |
Color Harmonies of #51174E
Complementary color
Monochromatic Colors of #51174E
Black with #51174E
Text Example
Text Example
White with #51174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51174E; }
p { color: rgb(81,23,78); }
H1.HeaderClassName
{
color: #51174E;
}
.AnyTagClassName
{
color: #51174E;
}
</style>
background-color css
<style>
a { background-color: #51174E; }
a { background-color: rgb(81,23,78); }
div.DivClassName
{
background-color: #51174E;
}
.BgClassName
{
background-color: #51174E;
}
</style>
border-color css
<style>
span { border-color: #51174E; }
span { border-color: rgb(81,23,78); }
td.TdClassName
{
border-color: #51174E;
}
.TagClassName
{
border-color: #51174E;
}
</style>