Shades of Hot Purple #512856
Tints of Hot Purple #512856
RGB
CMYK
RGB Variations
Color information
#512856 (or 0x512856) is known color: Hot Purple. HEX triplet: 51, 28 and 56. RGB value is (81,40,86). Sum of RGB (Red+Green+Blue) = 81+40+86=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #512856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512856 is #AED7A9. Grayscale: #393939. Windows color (decimal): -11458474 or 5646417. OLE color: 5646417.
HSL color Cylindrical-coordinate representation of color #512856: hue angle of 293.48º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #512856 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 40 | 86 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.66 |
| HSL | 293.48º | 0.37% | 0.25% | - |
| HSV(B) | 293.48º | 0.53% | 0.34% | - |
| XYZ | 5.83 | 3.94 | 9.26 | - |
| YUV | 57.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 86 | 0.06 | 0.53 | 0 | 0.66 | 293.48 | 0.37 | 0.25 |
| Hex | 51 | 28 | 56 | 6 | 35 | 0 | 42 | 125 | 25 | 19 |
| Octal | 121 | 50 | 126 | 6 | 65 | 0 | 102 | 445 | 45 | 31 |
| Binary | 1010001 | 101000 | 1010110 | 110 | 110101 | 0 | 1000010 | 100100101 | 100101 | 11001 |
Color Harmonies of #512856
Complementary color
Monochromatic Colors of #512856
Black with #512856
Text Example
Text Example
White with #512856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512856; }
p { color: rgb(81,40,86); }
H1.HeaderClassName
{
color: #512856;
}
.AnyTagClassName
{
color: #512856;
}
</style>
background-color css
<style>
a { background-color: #512856; }
a { background-color: rgb(81,40,86); }
div.DivClassName
{
background-color: #512856;
}
.BgClassName
{
background-color: #512856;
}
</style>
border-color css
<style>
span { border-color: #512856; }
span { border-color: rgb(81,40,86); }
td.TdClassName
{
border-color: #512856;
}
.TagClassName
{
border-color: #512856;
}
</style>