Shades of Dark Purple #812D79
Tints of Dark Purple #812D79
RGB
CMYK
RGB Variations
Color information
#812D79 (or 0x812D79) is known color: Dark Purple. HEX triplet: 81, 2D and 79. RGB value is (129,45,121). Sum of RGB (Red+Green+Blue) = 129+45+121=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #812D79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812D79 is #7ED286. Grayscale: #4E4E4E. Windows color (decimal): -8311431 or 7941505. OLE color: 7941505.
HSL color Cylindrical-coordinate representation of color #812D79: hue angle of 305.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 #812D79 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 45 | 121 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.49 |
| HSL | 305.71º | 0.48% | 0.34% | - |
| HSV(B) | 305.71º | 0.65% | 0.51% | - |
| XYZ | 13.44 | 7.92 | 18.91 | - |
| YUV | 78.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 121 | 0 | 0.65 | 0.06 | 0.49 | 305.71 | 0.48 | 0.34 |
| Hex | 81 | 2D | 79 | 0 | 41 | 6 | 31 | 132 | 30 | 22 |
| Octal | 201 | 55 | 171 | 0 | 101 | 6 | 61 | 462 | 60 | 42 |
| Binary | 10000001 | 101101 | 1111001 | 0 | 1000001 | 110 | 110001 | 100110010 | 110000 | 100010 |
Color Harmonies of #812D79
Complementary color
Monochromatic Colors of #812D79
Black with #812D79
Text Example
Text Example
White with #812D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D79; }
p { color: rgb(129,45,121); }
H1.HeaderClassName
{
color: #812D79;
}
.AnyTagClassName
{
color: #812D79;
}
</style>
background-color css
<style>
a { background-color: #812D79; }
a { background-color: rgb(129,45,121); }
div.DivClassName
{
background-color: #812D79;
}
.BgClassName
{
background-color: #812D79;
}
</style>
border-color css
<style>
span { border-color: #812D79; }
span { border-color: rgb(129,45,121); }
td.TdClassName
{
border-color: #812D79;
}
.TagClassName
{
border-color: #812D79;
}
</style>