Shades of Hot Purple #510F51
Tints of Hot Purple #510F51
RGB
CMYK
RGB Variations
Color information
#510F51 (or 0x510F51) is known color: Hot Purple. HEX triplet: 51, 0F and 51. RGB value is (81,15,81). Sum of RGB (Red+Green+Blue) = 81+15+81=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #510F51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F51 is #AEF0AE. Grayscale: #2A2A2A. Windows color (decimal): -11464879 or 5312337. OLE color: 5312337.
HSL color Cylindrical-coordinate representation of color #510F51: hue angle of 300º 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 #510F51 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 81 | - |
| CMYK | 0 | 0.81 | 0 | 0.68 |
| HSL | 300º | 0.69% | 0.19% | - |
| HSV(B) | 300º | 0.81% | 0.32% | - |
| XYZ | 5.05 | 2.69 | 8.04 | - |
| YUV | 42.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 81 | 0 | 0.81 | 0 | 0.68 | 300 | 0.69 | 0.19 |
| Hex | 51 | F | 51 | 0 | 51 | 0 | 44 | 12C | 45 | 13 |
| Octal | 121 | 17 | 121 | 0 | 121 | 0 | 104 | 454 | 105 | 23 |
| Binary | 1010001 | 1111 | 1010001 | 0 | 1010001 | 0 | 1000100 | 100101100 | 1000101 | 10011 |
Color Harmonies of #510F51
Complementary color
Monochromatic Colors of #510F51
Black with #510F51
Text Example
Text Example
White with #510F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F51; }
p { color: rgb(81,15,81); }
H1.HeaderClassName
{
color: #510F51;
}
.AnyTagClassName
{
color: #510F51;
}
</style>
background-color css
<style>
a { background-color: #510F51; }
a { background-color: rgb(81,15,81); }
div.DivClassName
{
background-color: #510F51;
}
.BgClassName
{
background-color: #510F51;
}
</style>
border-color css
<style>
span { border-color: #510F51; }
span { border-color: rgb(81,15,81); }
td.TdClassName
{
border-color: #510F51;
}
.TagClassName
{
border-color: #510F51;
}
</style>