Shades of Hot Purple #510F4D
Tints of Hot Purple #510F4D
RGB
CMYK
RGB Variations
Color information
#510F4D (or 0x510F4D) is known color: Hot Purple. HEX triplet: 51, 0F and 4D. RGB value is (81,15,77). Sum of RGB (Red+Green+Blue) = 81+15+77=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #510F4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F4D is #AEF0B2. Grayscale: #292929. Windows color (decimal): -11464883 or 5050193. OLE color: 5050193.
HSL color Cylindrical-coordinate representation of color #510F4D: hue angle of 303.64º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #510F4D is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 77 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.68 |
| HSL | 303.64º | 0.69% | 0.19% | - |
| HSV(B) | 303.64º | 0.81% | 0.32% | - |
| XYZ | 4.9 | 2.63 | 7.27 | - |
| YUV | 41.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 77 | 0 | 0.81 | 0.05 | 0.68 | 303.64 | 0.69 | 0.19 |
| Hex | 51 | F | 4D | 0 | 51 | 5 | 44 | 130 | 45 | 13 |
| Octal | 121 | 17 | 115 | 0 | 121 | 5 | 104 | 460 | 105 | 23 |
| Binary | 1010001 | 1111 | 1001101 | 0 | 1010001 | 101 | 1000100 | 100110000 | 1000101 | 10011 |
Color Harmonies of #510F4D
Complementary color
Monochromatic Colors of #510F4D
Black with #510F4D
Text Example
Text Example
White with #510F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F4D; }
p { color: rgb(81,15,77); }
H1.HeaderClassName
{
color: #510F4D;
}
.AnyTagClassName
{
color: #510F4D;
}
</style>
background-color css
<style>
a { background-color: #510F4D; }
a { background-color: rgb(81,15,77); }
div.DivClassName
{
background-color: #510F4D;
}
.BgClassName
{
background-color: #510F4D;
}
</style>
border-color css
<style>
span { border-color: #510F4D; }
span { border-color: rgb(81,15,77); }
td.TdClassName
{
border-color: #510F4D;
}
.TagClassName
{
border-color: #510F4D;
}
</style>