Shades of Dark Purple #811072
Tints of Dark Purple #811072
RGB
CMYK
RGB Variations
Color information
#811072 (or 0x811072) is known color: Dark Purple. HEX triplet: 81, 10 and 72. RGB value is (129,16,114). Sum of RGB (Red+Green+Blue) = 129+16+114=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #811072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811072 is #7EEF8D. Grayscale: #3C3C3C. Windows color (decimal): -8318862 or 7475329. OLE color: 7475329.
HSL color Cylindrical-coordinate representation of color #811072: hue angle of 307.96º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811072 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 16 | 114 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.49 |
| HSL | 307.96º | 0.78% | 0.28% | - |
| HSV(B) | 307.96º | 0.88% | 0.51% | - |
| XYZ | 12.28 | 6.25 | 16.48 | - |
| YUV | 60.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 114 | 0 | 0.88 | 0.12 | 0.49 | 307.96 | 0.78 | 0.28 |
| Hex | 81 | 10 | 72 | 0 | 58 | C | 31 | 134 | 4E | 1C |
| Octal | 201 | 20 | 162 | 0 | 130 | 14 | 61 | 464 | 116 | 34 |
| Binary | 10000001 | 10000 | 1110010 | 0 | 1011000 | 1100 | 110001 | 100110100 | 1001110 | 11100 |
Color Harmonies of #811072
Complementary color
Monochromatic Colors of #811072
Black with #811072
Text Example
Text Example
White with #811072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811072; }
p { color: rgb(129,16,114); }
H1.HeaderClassName
{
color: #811072;
}
.AnyTagClassName
{
color: #811072;
}
</style>
background-color css
<style>
a { background-color: #811072; }
a { background-color: rgb(129,16,114); }
div.DivClassName
{
background-color: #811072;
}
.BgClassName
{
background-color: #811072;
}
</style>
border-color css
<style>
span { border-color: #811072; }
span { border-color: rgb(129,16,114); }
td.TdClassName
{
border-color: #811072;
}
.TagClassName
{
border-color: #811072;
}
</style>