Shades of Hot Purple #511E5D
Tints of Hot Purple #511E5D
RGB
CMYK
RGB Variations
Color information
#511E5D (or 0x511E5D) is known color: Hot Purple. HEX triplet: 51, 1E and 5D. RGB value is (81,30,93). Sum of RGB (Red+Green+Blue) = 81+30+93=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #511E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511E5D is #AEE1A2. Grayscale: #343434. Windows color (decimal): -11461027 or 6102609. OLE color: 6102609.
HSL color Cylindrical-coordinate representation of color #511E5D: hue angle of 288.57º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511E5D is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 30 | 93 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.64 |
| HSL | 288.57º | 0.51% | 0.24% | - |
| HSV(B) | 288.57º | 0.68% | 0.36% | - |
| XYZ | 5.83 | 3.47 | 10.72 | - |
| YUV | 52.43 | 150.9 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 93 | 0.13 | 0.68 | 0 | 0.64 | 288.57 | 0.51 | 0.24 |
| Hex | 51 | 1E | 5D | D | 44 | 0 | 40 | 121 | 33 | 18 |
| Octal | 121 | 36 | 135 | 15 | 104 | 0 | 100 | 441 | 63 | 30 |
| Binary | 1010001 | 11110 | 1011101 | 1101 | 1000100 | 0 | 1000000 | 100100001 | 110011 | 11000 |
Color Harmonies of #511E5D
Complementary color
Monochromatic Colors of #511E5D
Black with #511E5D
Text Example
Text Example
White with #511E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E5D; }
p { color: rgb(81,30,93); }
H1.HeaderClassName
{
color: #511E5D;
}
.AnyTagClassName
{
color: #511E5D;
}
</style>
background-color css
<style>
a { background-color: #511E5D; }
a { background-color: rgb(81,30,93); }
div.DivClassName
{
background-color: #511E5D;
}
.BgClassName
{
background-color: #511E5D;
}
</style>
border-color css
<style>
span { border-color: #511E5D; }
span { border-color: rgb(81,30,93); }
td.TdClassName
{
border-color: #511E5D;
}
.TagClassName
{
border-color: #511E5D;
}
</style>