Shades of Hot Purple #510D53
Tints of Hot Purple #510D53
RGB
CMYK
RGB Variations
Color information
#510D53 (or 0x510D53) is known color: Hot Purple. HEX triplet: 51, 0D and 53. RGB value is (81,13,83). Sum of RGB (Red+Green+Blue) = 81+13+83=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #510D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D53 is #AEF2AC. Grayscale: #292929. Windows color (decimal): -11465389 or 5442897. OLE color: 5442897.
HSL color Cylindrical-coordinate representation of color #510D53: hue angle of 298.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #510D53 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 13 | 83 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.67 |
| HSL | 298.29º | 0.73% | 0.19% | - |
| HSV(B) | 298.29º | 0.84% | 0.33% | - |
| XYZ | 5.1 | 2.66 | 8.43 | - |
| YUV | 41.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 83 | 0.02 | 0.84 | 0 | 0.67 | 298.29 | 0.73 | 0.19 |
| Hex | 51 | D | 53 | 2 | 54 | 0 | 43 | 12A | 49 | 13 |
| Octal | 121 | 15 | 123 | 2 | 124 | 0 | 103 | 452 | 111 | 23 |
| Binary | 1010001 | 1101 | 1010011 | 10 | 1010100 | 0 | 1000011 | 100101010 | 1001001 | 10011 |
Color Harmonies of #510D53
Complementary color
Monochromatic Colors of #510D53
Black with #510D53
Text Example
Text Example
White with #510D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510D53; }
p { color: rgb(81,13,83); }
H1.HeaderClassName
{
color: #510D53;
}
.AnyTagClassName
{
color: #510D53;
}
</style>
background-color css
<style>
a { background-color: #510D53; }
a { background-color: rgb(81,13,83); }
div.DivClassName
{
background-color: #510D53;
}
.BgClassName
{
background-color: #510D53;
}
</style>
border-color css
<style>
span { border-color: #510D53; }
span { border-color: rgb(81,13,83); }
td.TdClassName
{
border-color: #510D53;
}
.TagClassName
{
border-color: #510D53;
}
</style>