Shades of Dark Purple #812971
Tints of Dark Purple #812971
RGB
CMYK
RGB Variations
Color information
#812971 (or 0x812971) is known color: Dark Purple. HEX triplet: 81, 29 and 71. RGB value is (129,41,113). Sum of RGB (Red+Green+Blue) = 129+41+113=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #812971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812971 is #7ED68E. Grayscale: #4B4B4B. Windows color (decimal): -8312463 or 7416193. OLE color: 7416193.
HSL color Cylindrical-coordinate representation of color #812971: hue angle of 310.91º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #812971 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 41 | 113 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.49 |
| HSL | 310.91º | 0.52% | 0.33% | - |
| HSV(B) | 310.91º | 0.68% | 0.51% | - |
| XYZ | 12.83 | 7.45 | 16.38 | - |
| YUV | 75.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 113 | 0 | 0.68 | 0.12 | 0.49 | 310.91 | 0.52 | 0.33 |
| Hex | 81 | 29 | 71 | 0 | 44 | C | 31 | 137 | 34 | 21 |
| Octal | 201 | 51 | 161 | 0 | 104 | 14 | 61 | 467 | 64 | 41 |
| Binary | 10000001 | 101001 | 1110001 | 0 | 1000100 | 1100 | 110001 | 100110111 | 110100 | 100001 |
Color Harmonies of #812971
Complementary color
Monochromatic Colors of #812971
Black with #812971
Text Example
Text Example
White with #812971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812971; }
p { color: rgb(129,41,113); }
H1.HeaderClassName
{
color: #812971;
}
.AnyTagClassName
{
color: #812971;
}
</style>
background-color css
<style>
a { background-color: #812971; }
a { background-color: rgb(129,41,113); }
div.DivClassName
{
background-color: #812971;
}
.BgClassName
{
background-color: #812971;
}
</style>
border-color css
<style>
span { border-color: #812971; }
span { border-color: rgb(129,41,113); }
td.TdClassName
{
border-color: #812971;
}
.TagClassName
{
border-color: #812971;
}
</style>