Shades of Dark Purple #812D72
Tints of Dark Purple #812D72
RGB
CMYK
RGB Variations
Color information
#812D72 (or 0x812D72) is known color: Dark Purple. HEX triplet: 81, 2D and 72. RGB value is (129,45,114). Sum of RGB (Red+Green+Blue) = 129+45+114=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #812D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812D72 is #7ED28D. Grayscale: #4D4D4D. Windows color (decimal): -8311438 or 7482753. OLE color: 7482753.
HSL color Cylindrical-coordinate representation of color #812D72: hue angle of 310.71º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #812D72 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 45 | 114 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.49 |
| HSL | 310.71º | 0.48% | 0.34% | - |
| HSV(B) | 310.71º | 0.65% | 0.51% | - |
| XYZ | 13.03 | 7.76 | 16.73 | - |
| YUV | 77.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 114 | 0 | 0.65 | 0.12 | 0.49 | 310.71 | 0.48 | 0.34 |
| Hex | 81 | 2D | 72 | 0 | 41 | C | 31 | 137 | 30 | 22 |
| Octal | 201 | 55 | 162 | 0 | 101 | 14 | 61 | 467 | 60 | 42 |
| Binary | 10000001 | 101101 | 1110010 | 0 | 1000001 | 1100 | 110001 | 100110111 | 110000 | 100010 |
Color Harmonies of #812D72
Complementary color
Monochromatic Colors of #812D72
Black with #812D72
Text Example
Text Example
White with #812D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D72; }
p { color: rgb(129,45,114); }
H1.HeaderClassName
{
color: #812D72;
}
.AnyTagClassName
{
color: #812D72;
}
</style>
background-color css
<style>
a { background-color: #812D72; }
a { background-color: rgb(129,45,114); }
div.DivClassName
{
background-color: #812D72;
}
.BgClassName
{
background-color: #812D72;
}
</style>
border-color css
<style>
span { border-color: #812D72; }
span { border-color: rgb(129,45,114); }
td.TdClassName
{
border-color: #812D72;
}
.TagClassName
{
border-color: #812D72;
}
</style>