Shades of Dark Purple #812D70
Tints of Dark Purple #812D70
RGB
CMYK
RGB Variations
Color information
#812D70 (or 0x812D70) is known color: Dark Purple. HEX triplet: 81, 2D and 70. RGB value is (129,45,112). Sum of RGB (Red+Green+Blue) = 129+45+112=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #812D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812D70 is #7ED28F. Grayscale: #4D4D4D. Windows color (decimal): -8311440 or 7351681. OLE color: 7351681.
HSL color Cylindrical-coordinate representation of color #812D70: hue angle of 312.14º 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 #812D70 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 45 | 112 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.49 |
| HSL | 312.14º | 0.48% | 0.34% | - |
| HSV(B) | 312.14º | 0.65% | 0.51% | - |
| XYZ | 12.92 | 7.71 | 16.14 | - |
| YUV | 77.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 112 | 0 | 0.65 | 0.13 | 0.49 | 312.14 | 0.48 | 0.34 |
| Hex | 81 | 2D | 70 | 0 | 41 | D | 31 | 138 | 30 | 22 |
| Octal | 201 | 55 | 160 | 0 | 101 | 15 | 61 | 470 | 60 | 42 |
| Binary | 10000001 | 101101 | 1110000 | 0 | 1000001 | 1101 | 110001 | 100111000 | 110000 | 100010 |
Color Harmonies of #812D70
Complementary color
Monochromatic Colors of #812D70
Black with #812D70
Text Example
Text Example
White with #812D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D70; }
p { color: rgb(129,45,112); }
H1.HeaderClassName
{
color: #812D70;
}
.AnyTagClassName
{
color: #812D70;
}
</style>
background-color css
<style>
a { background-color: #812D70; }
a { background-color: rgb(129,45,112); }
div.DivClassName
{
background-color: #812D70;
}
.BgClassName
{
background-color: #812D70;
}
</style>
border-color css
<style>
span { border-color: #812D70; }
span { border-color: rgb(129,45,112); }
td.TdClassName
{
border-color: #812D70;
}
.TagClassName
{
border-color: #812D70;
}
</style>