Shades of Hot Purple #510D50
Tints of Hot Purple #510D50
RGB
CMYK
RGB Variations
Color information
#510D50 (or 0x510D50) is known color: Hot Purple. HEX triplet: 51, 0D and 50. RGB value is (81,13,80). Sum of RGB (Red+Green+Blue) = 81+13+80=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #510D50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D50 is #AEF2AF. Grayscale: #282828. Windows color (decimal): -11465392 or 5246289. OLE color: 5246289.
HSL color Cylindrical-coordinate representation of color #510D50: hue angle of 300.88º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #510D50 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 13 | 80 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.68 |
| HSL | 300.88º | 0.72% | 0.18% | - |
| HSV(B) | 300.88º | 0.84% | 0.32% | - |
| XYZ | 4.99 | 2.62 | 7.83 | - |
| YUV | 40.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 80 | 0 | 0.84 | 0.01 | 0.68 | 300.88 | 0.72 | 0.18 |
| Hex | 51 | D | 50 | 0 | 54 | 1 | 44 | 12D | 48 | 12 |
| Octal | 121 | 15 | 120 | 0 | 124 | 1 | 104 | 455 | 110 | 22 |
| Binary | 1010001 | 1101 | 1010000 | 0 | 1010100 | 1 | 1000100 | 100101101 | 1001000 | 10010 |
Color Harmonies of #510D50
Complementary color
Monochromatic Colors of #510D50
Black with #510D50
Text Example
Text Example
White with #510D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510D50; }
p { color: rgb(81,13,80); }
H1.HeaderClassName
{
color: #510D50;
}
.AnyTagClassName
{
color: #510D50;
}
</style>
background-color css
<style>
a { background-color: #510D50; }
a { background-color: rgb(81,13,80); }
div.DivClassName
{
background-color: #510D50;
}
.BgClassName
{
background-color: #510D50;
}
</style>
border-color css
<style>
span { border-color: #510D50; }
span { border-color: rgb(81,13,80); }
td.TdClassName
{
border-color: #510D50;
}
.TagClassName
{
border-color: #510D50;
}
</style>