Shades of Dark Purple #811571
Tints of Dark Purple #811571
RGB
CMYK
RGB Variations
Color information
#811571 (or 0x811571) is known color: Dark Purple. HEX triplet: 81, 15 and 71. RGB value is (129,21,113). Sum of RGB (Red+Green+Blue) = 129+21+113=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #811571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811571 is #7EEA8E. Grayscale: #3F3F3F. Windows color (decimal): -8317583 or 7411073. OLE color: 7411073.
HSL color Cylindrical-coordinate representation of color #811571: hue angle of 308.89º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811571 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 21 | 113 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.49 |
| HSL | 308.89º | 0.72% | 0.29% | - |
| HSV(B) | 308.89º | 0.84% | 0.51% | - |
| XYZ | 12.3 | 6.4 | 16.21 | - |
| YUV | 63.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 113 | 0 | 0.84 | 0.12 | 0.49 | 308.89 | 0.72 | 0.29 |
| Hex | 81 | 15 | 71 | 0 | 54 | C | 31 | 135 | 48 | 1D |
| Octal | 201 | 25 | 161 | 0 | 124 | 14 | 61 | 465 | 110 | 35 |
| Binary | 10000001 | 10101 | 1110001 | 0 | 1010100 | 1100 | 110001 | 100110101 | 1001000 | 11101 |
Color Harmonies of #811571
Complementary color
Monochromatic Colors of #811571
Black with #811571
Text Example
Text Example
White with #811571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811571; }
p { color: rgb(129,21,113); }
H1.HeaderClassName
{
color: #811571;
}
.AnyTagClassName
{
color: #811571;
}
</style>
background-color css
<style>
a { background-color: #811571; }
a { background-color: rgb(129,21,113); }
div.DivClassName
{
background-color: #811571;
}
.BgClassName
{
background-color: #811571;
}
</style>
border-color css
<style>
span { border-color: #811571; }
span { border-color: rgb(129,21,113); }
td.TdClassName
{
border-color: #811571;
}
.TagClassName
{
border-color: #811571;
}
</style>