Shades of Hot Purple #510F4F
Tints of Hot Purple #510F4F
RGB
CMYK
RGB Variations
Color information
#510F4F (or 0x510F4F) is known color: Hot Purple. HEX triplet: 51, 0F and 4F. RGB value is (81,15,79). Sum of RGB (Red+Green+Blue) = 81+15+79=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #510F4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F4F is #AEF0B0. Grayscale: #292929. Windows color (decimal): -11464881 or 5181265. OLE color: 5181265.
HSL color Cylindrical-coordinate representation of color #510F4F: hue angle of 301.82º 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 #510F4F is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 79 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.68 |
| HSL | 301.82º | 0.69% | 0.19% | - |
| HSV(B) | 301.82º | 0.81% | 0.32% | - |
| XYZ | 4.98 | 2.66 | 7.65 | - |
| YUV | 42.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 79 | 0 | 0.81 | 0.02 | 0.68 | 301.82 | 0.69 | 0.19 |
| Hex | 51 | F | 4F | 0 | 51 | 2 | 44 | 12E | 45 | 13 |
| Octal | 121 | 17 | 117 | 0 | 121 | 2 | 104 | 456 | 105 | 23 |
| Binary | 1010001 | 1111 | 1001111 | 0 | 1010001 | 10 | 1000100 | 100101110 | 1000101 | 10011 |
Color Harmonies of #510F4F
Complementary color
Monochromatic Colors of #510F4F
Black with #510F4F
Text Example
Text Example
White with #510F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F4F; }
p { color: rgb(81,15,79); }
H1.HeaderClassName
{
color: #510F4F;
}
.AnyTagClassName
{
color: #510F4F;
}
</style>
background-color css
<style>
a { background-color: #510F4F; }
a { background-color: rgb(81,15,79); }
div.DivClassName
{
background-color: #510F4F;
}
.BgClassName
{
background-color: #510F4F;
}
</style>
border-color css
<style>
span { border-color: #510F4F; }
span { border-color: rgb(81,15,79); }
td.TdClassName
{
border-color: #510F4F;
}
.TagClassName
{
border-color: #510F4F;
}
</style>