Shades of Hot Purple #510E5D
Tints of Hot Purple #510E5D
RGB
CMYK
RGB Variations
Color information
#510E5D (or 0x510E5D) is known color: Hot Purple. HEX triplet: 51, 0E and 5D. RGB value is (81,14,93). Sum of RGB (Red+Green+Blue) = 81+14+93=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #510E5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E5D is #AEF1A2. Grayscale: #2A2A2A. Windows color (decimal): -11465123 or 6098513. OLE color: 6098513.
HSL color Cylindrical-coordinate representation of color #510E5D: hue angle of 290.89º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510E5D is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 14 | 93 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.64 |
| HSL | 290.89º | 0.74% | 0.21% | - |
| HSV(B) | 290.89º | 0.85% | 0.36% | - |
| XYZ | 5.53 | 2.85 | 10.62 | - |
| YUV | 43.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 93 | 0.13 | 0.85 | 0 | 0.64 | 290.89 | 0.74 | 0.21 |
| Hex | 51 | E | 5D | D | 55 | 0 | 40 | 123 | 4A | 15 |
| Octal | 121 | 16 | 135 | 15 | 125 | 0 | 100 | 443 | 112 | 25 |
| Binary | 1010001 | 1110 | 1011101 | 1101 | 1010101 | 0 | 1000000 | 100100011 | 1001010 | 10101 |
Color Harmonies of #510E5D
Complementary color
Monochromatic Colors of #510E5D
Black with #510E5D
Text Example
Text Example
White with #510E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510E5D; }
p { color: rgb(81,14,93); }
H1.HeaderClassName
{
color: #510E5D;
}
.AnyTagClassName
{
color: #510E5D;
}
</style>
background-color css
<style>
a { background-color: #510E5D; }
a { background-color: rgb(81,14,93); }
div.DivClassName
{
background-color: #510E5D;
}
.BgClassName
{
background-color: #510E5D;
}
</style>
border-color css
<style>
span { border-color: #510E5D; }
span { border-color: rgb(81,14,93); }
td.TdClassName
{
border-color: #510E5D;
}
.TagClassName
{
border-color: #510E5D;
}
</style>