Shades of Hot Purple #510E4F
Tints of Hot Purple #510E4F
RGB
CMYK
RGB Variations
Color information
#510E4F (or 0x510E4F) is known color: Hot Purple. HEX triplet: 51, 0E and 4F. RGB value is (81,14,79). Sum of RGB (Red+Green+Blue) = 81+14+79=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #510E4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E4F is #AEF1B0. Grayscale: #292929. Windows color (decimal): -11465137 or 5181009. OLE color: 5181009.
HSL color Cylindrical-coordinate representation of color #510E4F: hue angle of 301.79º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #510E4F is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 14 | 79 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.68 |
| HSL | 301.79º | 0.71% | 0.19% | - |
| HSV(B) | 301.79º | 0.83% | 0.32% | - |
| XYZ | 4.96 | 2.63 | 7.64 | - |
| YUV | 41.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 79 | 0 | 0.83 | 0.02 | 0.68 | 301.79 | 0.71 | 0.19 |
| Hex | 51 | E | 4F | 0 | 53 | 2 | 44 | 12E | 47 | 13 |
| Octal | 121 | 16 | 117 | 0 | 123 | 2 | 104 | 456 | 107 | 23 |
| Binary | 1010001 | 1110 | 1001111 | 0 | 1010011 | 10 | 1000100 | 100101110 | 1000111 | 10011 |
Color Harmonies of #510E4F
Complementary color
Monochromatic Colors of #510E4F
Black with #510E4F
Text Example
Text Example
White with #510E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510E4F; }
p { color: rgb(81,14,79); }
H1.HeaderClassName
{
color: #510E4F;
}
.AnyTagClassName
{
color: #510E4F;
}
</style>
background-color css
<style>
a { background-color: #510E4F; }
a { background-color: rgb(81,14,79); }
div.DivClassName
{
background-color: #510E4F;
}
.BgClassName
{
background-color: #510E4F;
}
</style>
border-color css
<style>
span { border-color: #510E4F; }
span { border-color: rgb(81,14,79); }
td.TdClassName
{
border-color: #510E4F;
}
.TagClassName
{
border-color: #510E4F;
}
</style>