Shades of Dark Purple #812873
Tints of Dark Purple #812873
RGB
CMYK
RGB Variations
Color information
#812873 (or 0x812873) is known color: Dark Purple. HEX triplet: 81, 28 and 73. RGB value is (129,40,115). Sum of RGB (Red+Green+Blue) = 129+40+115=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #812873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812873 is #7ED78C. Grayscale: #4A4A4A. Windows color (decimal): -8312717 or 7547009. OLE color: 7547009.
HSL color Cylindrical-coordinate representation of color #812873: hue angle of 309.44º 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 #812873 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 40 | 115 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.49 |
| HSL | 309.44º | 0.53% | 0.33% | - |
| HSV(B) | 309.44º | 0.69% | 0.51% | - |
| XYZ | 12.91 | 7.42 | 16.97 | - |
| YUV | 75.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 40 | 115 | 0 | 0.69 | 0.11 | 0.49 | 309.44 | 0.53 | 0.33 |
| Hex | 81 | 28 | 73 | 0 | 45 | B | 31 | 135 | 35 | 21 |
| Octal | 201 | 50 | 163 | 0 | 105 | 13 | 61 | 465 | 65 | 41 |
| Binary | 10000001 | 101000 | 1110011 | 0 | 1000101 | 1011 | 110001 | 100110101 | 110101 | 100001 |
Color Harmonies of #812873
Complementary color
Monochromatic Colors of #812873
Black with #812873
Text Example
Text Example
White with #812873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812873; }
p { color: rgb(129,40,115); }
H1.HeaderClassName
{
color: #812873;
}
.AnyTagClassName
{
color: #812873;
}
</style>
background-color css
<style>
a { background-color: #812873; }
a { background-color: rgb(129,40,115); }
div.DivClassName
{
background-color: #812873;
}
.BgClassName
{
background-color: #812873;
}
</style>
border-color css
<style>
span { border-color: #812873; }
span { border-color: rgb(129,40,115); }
td.TdClassName
{
border-color: #812873;
}
.TagClassName
{
border-color: #812873;
}
</style>