Shades of Hot Purple #512956
Tints of Hot Purple #512956
RGB
CMYK
RGB Variations
Color information
#512956 (or 0x512956) is known color: Hot Purple. HEX triplet: 51, 29 and 56. RGB value is (81,41,86). Sum of RGB (Red+Green+Blue) = 81+41+86=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 86 - color contains mainly: blue. Hex color #512956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512956 is #AED6A9. Grayscale: #393939. Windows color (decimal): -11458218 or 5646673. OLE color: 5646673.
HSL color Cylindrical-coordinate representation of color #512956: hue angle of 293.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #512956 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 41 | 86 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.66 |
| HSL | 293.33º | 0.35% | 0.25% | - |
| HSV(B) | 293.33º | 0.52% | 0.34% | - |
| XYZ | 5.87 | 4.01 | 9.27 | - |
| YUV | 58.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 86 | 0.06 | 0.52 | 0 | 0.66 | 293.33 | 0.35 | 0.25 |
| Hex | 51 | 29 | 56 | 6 | 34 | 0 | 42 | 125 | 23 | 19 |
| Octal | 121 | 51 | 126 | 6 | 64 | 0 | 102 | 445 | 43 | 31 |
| Binary | 1010001 | 101001 | 1010110 | 110 | 110100 | 0 | 1000010 | 100100101 | 100011 | 11001 |
Color Harmonies of #512956
Complementary color
Monochromatic Colors of #512956
Black with #512956
Text Example
Text Example
White with #512956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512956; }
p { color: rgb(81,41,86); }
H1.HeaderClassName
{
color: #512956;
}
.AnyTagClassName
{
color: #512956;
}
</style>
background-color css
<style>
a { background-color: #512956; }
a { background-color: rgb(81,41,86); }
div.DivClassName
{
background-color: #512956;
}
.BgClassName
{
background-color: #512956;
}
</style>
border-color css
<style>
span { border-color: #512956; }
span { border-color: rgb(81,41,86); }
td.TdClassName
{
border-color: #512956;
}
.TagClassName
{
border-color: #512956;
}
</style>