Shades of Dark Purple #812071
Tints of Dark Purple #812071
RGB
CMYK
RGB Variations
Color information
#812071 (or 0x812071) is known color: Dark Purple. HEX triplet: 81, 20 and 71. RGB value is (129,32,113). Sum of RGB (Red+Green+Blue) = 129+32+113=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #812071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812071 is #7EDF8E. Grayscale: #464646. Windows color (decimal): -8314767 or 7413889. OLE color: 7413889.
HSL color Cylindrical-coordinate representation of color #812071: hue angle of 309.9º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812071 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 32 | 113 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.49 |
| HSL | 309.9º | 0.6% | 0.32% | - |
| HSV(B) | 309.9º | 0.75% | 0.51% | - |
| XYZ | 12.55 | 6.89 | 16.29 | - |
| YUV | 70.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 113 | 0 | 0.75 | 0.12 | 0.49 | 309.9 | 0.6 | 0.32 |
| Hex | 81 | 20 | 71 | 0 | 4B | C | 31 | 136 | 3C | 20 |
| Octal | 201 | 40 | 161 | 0 | 113 | 14 | 61 | 466 | 74 | 40 |
| Binary | 10000001 | 100000 | 1110001 | 0 | 1001011 | 1100 | 110001 | 100110110 | 111100 | 100000 |
Color Harmonies of #812071
Complementary color
Monochromatic Colors of #812071
Black with #812071
Text Example
Text Example
White with #812071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812071; }
p { color: rgb(129,32,113); }
H1.HeaderClassName
{
color: #812071;
}
.AnyTagClassName
{
color: #812071;
}
</style>
background-color css
<style>
a { background-color: #812071; }
a { background-color: rgb(129,32,113); }
div.DivClassName
{
background-color: #812071;
}
.BgClassName
{
background-color: #812071;
}
</style>
border-color css
<style>
span { border-color: #812071; }
span { border-color: rgb(129,32,113); }
td.TdClassName
{
border-color: #812071;
}
.TagClassName
{
border-color: #812071;
}
</style>