Shades of Hot Purple #51175E
Tints of Hot Purple #51175E
RGB
CMYK
RGB Variations
Color information
#51175E (or 0x51175E) is known color: Hot Purple. HEX triplet: 51, 17 and 5E. RGB value is (81,23,94). Sum of RGB (Red+Green+Blue) = 81+23+94=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #51175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51175E is #AEE8A1. Grayscale: #303030. Windows color (decimal): -11462818 or 6166353. OLE color: 6166353.
HSL color Cylindrical-coordinate representation of color #51175E: hue angle of 289.01º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #51175E is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 23 | 94 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.63 |
| HSL | 289.01º | 0.61% | 0.23% | - |
| HSV(B) | 289.01º | 0.76% | 0.37% | - |
| XYZ | 5.72 | 3.17 | 10.9 | - |
| YUV | 48.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 94 | 0.14 | 0.76 | 0 | 0.63 | 289.01 | 0.61 | 0.23 |
| Hex | 51 | 17 | 5E | E | 4C | 0 | 3F | 121 | 3D | 17 |
| Octal | 121 | 27 | 136 | 16 | 114 | 0 | 77 | 441 | 75 | 27 |
| Binary | 1010001 | 10111 | 1011110 | 1110 | 1001100 | 0 | 111111 | 100100001 | 111101 | 10111 |
Color Harmonies of #51175E
Complementary color
Monochromatic Colors of #51175E
Black with #51175E
Text Example
Text Example
White with #51175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51175E; }
p { color: rgb(81,23,94); }
H1.HeaderClassName
{
color: #51175E;
}
.AnyTagClassName
{
color: #51175E;
}
</style>
background-color css
<style>
a { background-color: #51175E; }
a { background-color: rgb(81,23,94); }
div.DivClassName
{
background-color: #51175E;
}
.BgClassName
{
background-color: #51175E;
}
</style>
border-color css
<style>
span { border-color: #51175E; }
span { border-color: rgb(81,23,94); }
td.TdClassName
{
border-color: #51175E;
}
.TagClassName
{
border-color: #51175E;
}
</style>