Shades of Dark Purple #812876
Tints of Dark Purple #812876
RGB
CMYK
RGB Variations
Color information
#812876 (or 0x812876) is known color: Dark Purple. HEX triplet: 81, 28 and 76. RGB value is (129,40,118). Sum of RGB (Red+Green+Blue) = 129+40+118=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #812876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812876 is #7ED789. Grayscale: #4B4B4B. Windows color (decimal): -8312714 or 7743617. OLE color: 7743617.
HSL color Cylindrical-coordinate representation of color #812876: hue angle of 307.42º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #812876 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 40 | 118 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.49 |
| HSL | 307.42º | 0.53% | 0.33% | - |
| HSV(B) | 307.42º | 0.69% | 0.51% | - |
| XYZ | 13.08 | 7.49 | 17.9 | - |
| YUV | 75.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 40 | 118 | 0 | 0.69 | 0.09 | 0.49 | 307.42 | 0.53 | 0.33 |
| Hex | 81 | 28 | 76 | 0 | 45 | 9 | 31 | 133 | 35 | 21 |
| Octal | 201 | 50 | 166 | 0 | 105 | 11 | 61 | 463 | 65 | 41 |
| Binary | 10000001 | 101000 | 1110110 | 0 | 1000101 | 1001 | 110001 | 100110011 | 110101 | 100001 |
Color Harmonies of #812876
Complementary color
Monochromatic Colors of #812876
Black with #812876
Text Example
Text Example
White with #812876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812876; }
p { color: rgb(129,40,118); }
H1.HeaderClassName
{
color: #812876;
}
.AnyTagClassName
{
color: #812876;
}
</style>
background-color css
<style>
a { background-color: #812876; }
a { background-color: rgb(129,40,118); }
div.DivClassName
{
background-color: #812876;
}
.BgClassName
{
background-color: #812876;
}
</style>
border-color css
<style>
span { border-color: #812876; }
span { border-color: rgb(129,40,118); }
td.TdClassName
{
border-color: #812876;
}
.TagClassName
{
border-color: #812876;
}
</style>