Shades of Hot Purple #510D54
Tints of Hot Purple #510D54
RGB
CMYK
RGB Variations
Color information
#510D54 (or 0x510D54) is known color: Hot Purple. HEX triplet: 51, 0D and 54. RGB value is (81,13,84). Sum of RGB (Red+Green+Blue) = 81+13+84=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #510D54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D54 is #AEF2AB. Grayscale: #292929. Windows color (decimal): -11465388 or 5508433. OLE color: 5508433.
HSL color Cylindrical-coordinate representation of color #510D54: hue angle of 297.46º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510D54 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 13 | 84 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.67 |
| HSL | 297.46º | 0.73% | 0.19% | - |
| HSV(B) | 297.46º | 0.85% | 0.33% | - |
| XYZ | 5.14 | 2.68 | 8.63 | - |
| YUV | 41.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 84 | 0.04 | 0.85 | 0 | 0.67 | 297.46 | 0.73 | 0.19 |
| Hex | 51 | D | 54 | 4 | 55 | 0 | 43 | 129 | 49 | 13 |
| Octal | 121 | 15 | 124 | 4 | 125 | 0 | 103 | 451 | 111 | 23 |
| Binary | 1010001 | 1101 | 1010100 | 100 | 1010101 | 0 | 1000011 | 100101001 | 1001001 | 10011 |
Color Harmonies of #510D54
Complementary color
Monochromatic Colors of #510D54
Black with #510D54
Text Example
Text Example
White with #510D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510D54; }
p { color: rgb(81,13,84); }
H1.HeaderClassName
{
color: #510D54;
}
.AnyTagClassName
{
color: #510D54;
}
</style>
background-color css
<style>
a { background-color: #510D54; }
a { background-color: rgb(81,13,84); }
div.DivClassName
{
background-color: #510D54;
}
.BgClassName
{
background-color: #510D54;
}
</style>
border-color css
<style>
span { border-color: #510D54; }
span { border-color: rgb(81,13,84); }
td.TdClassName
{
border-color: #510D54;
}
.TagClassName
{
border-color: #510D54;
}
</style>