Shades of Hot Purple #512A56
Tints of Hot Purple #512A56
RGB
CMYK
RGB Variations
Color information
#512A56 (or 0x512A56) is known color: Hot Purple. HEX triplet: 51, 2A and 56. RGB value is (81,42,86). Sum of RGB (Red+Green+Blue) = 81+42+86=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #512A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512A56 is #AED5A9. Grayscale: #3A3A3A. Windows color (decimal): -11457962 or 5646929. OLE color: 5646929.
HSL color Cylindrical-coordinate representation of color #512A56: hue angle of 293.18º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #512A56 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 42 | 86 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.66 |
| HSL | 293.18º | 0.34% | 0.25% | - |
| HSV(B) | 293.18º | 0.51% | 0.34% | - |
| XYZ | 5.9 | 4.08 | 9.28 | - |
| YUV | 58.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 86 | 0.06 | 0.51 | 0 | 0.66 | 293.18 | 0.34 | 0.25 |
| Hex | 51 | 2A | 56 | 6 | 33 | 0 | 42 | 125 | 22 | 19 |
| Octal | 121 | 52 | 126 | 6 | 63 | 0 | 102 | 445 | 42 | 31 |
| Binary | 1010001 | 101010 | 1010110 | 110 | 110011 | 0 | 1000010 | 100100101 | 100010 | 11001 |
Color Harmonies of #512A56
Complementary color
Monochromatic Colors of #512A56
Black with #512A56
Text Example
Text Example
White with #512A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512A56; }
p { color: rgb(81,42,86); }
H1.HeaderClassName
{
color: #512A56;
}
.AnyTagClassName
{
color: #512A56;
}
</style>
background-color css
<style>
a { background-color: #512A56; }
a { background-color: rgb(81,42,86); }
div.DivClassName
{
background-color: #512A56;
}
.BgClassName
{
background-color: #512A56;
}
</style>
border-color css
<style>
span { border-color: #512A56; }
span { border-color: rgb(81,42,86); }
td.TdClassName
{
border-color: #512A56;
}
.TagClassName
{
border-color: #512A56;
}
</style>