Shades of Hot Purple #510F50
Tints of Hot Purple #510F50
RGB
CMYK
RGB Variations
Color information
#510F50 (or 0x510F50) is known color: Hot Purple. HEX triplet: 51, 0F and 50. RGB value is (81,15,80). Sum of RGB (Red+Green+Blue) = 81+15+80=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #510F50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F50 is #AEF0AF. Grayscale: #292929. Windows color (decimal): -11464880 or 5246801. OLE color: 5246801.
HSL color Cylindrical-coordinate representation of color #510F50: hue angle of 300.91º 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 #510F50 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 80 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.68 |
| HSL | 300.91º | 0.69% | 0.19% | - |
| HSV(B) | 300.91º | 0.81% | 0.32% | - |
| XYZ | 5.01 | 2.67 | 7.84 | - |
| YUV | 42.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 80 | 0 | 0.81 | 0.01 | 0.68 | 300.91 | 0.69 | 0.19 |
| Hex | 51 | F | 50 | 0 | 51 | 1 | 44 | 12D | 45 | 13 |
| Octal | 121 | 17 | 120 | 0 | 121 | 1 | 104 | 455 | 105 | 23 |
| Binary | 1010001 | 1111 | 1010000 | 0 | 1010001 | 1 | 1000100 | 100101101 | 1000101 | 10011 |
Color Harmonies of #510F50
Complementary color
Monochromatic Colors of #510F50
Black with #510F50
Text Example
Text Example
White with #510F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F50; }
p { color: rgb(81,15,80); }
H1.HeaderClassName
{
color: #510F50;
}
.AnyTagClassName
{
color: #510F50;
}
</style>
background-color css
<style>
a { background-color: #510F50; }
a { background-color: rgb(81,15,80); }
div.DivClassName
{
background-color: #510F50;
}
.BgClassName
{
background-color: #510F50;
}
</style>
border-color css
<style>
span { border-color: #510F50; }
span { border-color: rgb(81,15,80); }
td.TdClassName
{
border-color: #510F50;
}
.TagClassName
{
border-color: #510F50;
}
</style>