Shades of Dark Purple #812973
Tints of Dark Purple #812973
RGB
CMYK
RGB Variations
Color information
#812973 (or 0x812973) is known color: Dark Purple. HEX triplet: 81, 29 and 73. RGB value is (129,41,115). Sum of RGB (Red+Green+Blue) = 129+41+115=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #812973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812973 is #7ED68C. Grayscale: #4B4B4B. Windows color (decimal): -8312461 or 7547265. OLE color: 7547265.
HSL color Cylindrical-coordinate representation of color #812973: hue angle of 309.55º 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 #812973 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 41 | 115 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.49 |
| HSL | 309.55º | 0.52% | 0.33% | - |
| HSV(B) | 309.55º | 0.68% | 0.51% | - |
| XYZ | 12.94 | 7.49 | 16.98 | - |
| YUV | 75.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 115 | 0 | 0.68 | 0.11 | 0.49 | 309.55 | 0.52 | 0.33 |
| Hex | 81 | 29 | 73 | 0 | 44 | B | 31 | 136 | 34 | 21 |
| Octal | 201 | 51 | 163 | 0 | 104 | 13 | 61 | 466 | 64 | 41 |
| Binary | 10000001 | 101001 | 1110011 | 0 | 1000100 | 1011 | 110001 | 100110110 | 110100 | 100001 |
Color Harmonies of #812973
Complementary color
Monochromatic Colors of #812973
Black with #812973
Text Example
Text Example
White with #812973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812973; }
p { color: rgb(129,41,115); }
H1.HeaderClassName
{
color: #812973;
}
.AnyTagClassName
{
color: #812973;
}
</style>
background-color css
<style>
a { background-color: #812973; }
a { background-color: rgb(129,41,115); }
div.DivClassName
{
background-color: #812973;
}
.BgClassName
{
background-color: #812973;
}
</style>
border-color css
<style>
span { border-color: #812973; }
span { border-color: rgb(129,41,115); }
td.TdClassName
{
border-color: #812973;
}
.TagClassName
{
border-color: #812973;
}
</style>