Shades of Hot Purple #510E4B
Tints of Hot Purple #510E4B
RGB
CMYK
RGB Variations
Color information
#510E4B (or 0x510E4B) is known color: Hot Purple. HEX triplet: 51, 0E and 4B. RGB value is (81,14,75). Sum of RGB (Red+Green+Blue) = 81+14+75=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #510E4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510E4B is #AEF1B4. Grayscale: #282828. Windows color (decimal): -11465141 or 4918865. OLE color: 4918865.
HSL color Cylindrical-coordinate representation of color #510E4B: hue angle of 305.37º 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 #510E4B is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 14 | 75 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.68 |
| HSL | 305.37º | 0.71% | 0.19% | - |
| HSV(B) | 305.37º | 0.83% | 0.32% | - |
| XYZ | 4.82 | 2.57 | 6.9 | - |
| YUV | 40.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 75 | 0 | 0.83 | 0.07 | 0.68 | 305.37 | 0.71 | 0.19 |
| Hex | 51 | E | 4B | 0 | 53 | 7 | 44 | 131 | 47 | 13 |
| Octal | 121 | 16 | 113 | 0 | 123 | 7 | 104 | 461 | 107 | 23 |
| Binary | 1010001 | 1110 | 1001011 | 0 | 1010011 | 111 | 1000100 | 100110001 | 1000111 | 10011 |
Color Harmonies of #510E4B
Complementary color
Monochromatic Colors of #510E4B
Black with #510E4B
Text Example
Text Example
White with #510E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510E4B; }
p { color: rgb(81,14,75); }
H1.HeaderClassName
{
color: #510E4B;
}
.AnyTagClassName
{
color: #510E4B;
}
</style>
background-color css
<style>
a { background-color: #510E4B; }
a { background-color: rgb(81,14,75); }
div.DivClassName
{
background-color: #510E4B;
}
.BgClassName
{
background-color: #510E4B;
}
</style>
border-color css
<style>
span { border-color: #510E4B; }
span { border-color: rgb(81,14,75); }
td.TdClassName
{
border-color: #510E4B;
}
.TagClassName
{
border-color: #510E4B;
}
</style>