Shades of Dark Purple #812C6A
Tints of Dark Purple #812C6A
RGB
CMYK
RGB Variations
Color information
#812C6A (or 0x812C6A) is known color: Dark Purple. HEX triplet: 81, 2C and 6A. RGB value is (129,44,106). Sum of RGB (Red+Green+Blue) = 129+44+106=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #812C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812C6A is #7ED395. Grayscale: #4C4C4C. Windows color (decimal): -8311702 or 6958209. OLE color: 6958209.
HSL color Cylindrical-coordinate representation of color #812C6A: hue angle of 316.24º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #812C6A is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 106 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.49 |
| HSL | 316.24º | 0.49% | 0.34% | - |
| HSV(B) | 316.24º | 0.66% | 0.51% | - |
| XYZ | 12.56 | 7.51 | 14.42 | - |
| YUV | 76.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 106 | 0 | 0.66 | 0.18 | 0.49 | 316.24 | 0.49 | 0.34 |
| Hex | 81 | 2C | 6A | 0 | 42 | 12 | 31 | 13C | 31 | 22 |
| Octal | 201 | 54 | 152 | 0 | 102 | 22 | 61 | 474 | 61 | 42 |
| Binary | 10000001 | 101100 | 1101010 | 0 | 1000010 | 10010 | 110001 | 100111100 | 110001 | 100010 |
Color Harmonies of #812C6A
Complementary color
Monochromatic Colors of #812C6A
Black with #812C6A
Text Example
Text Example
White with #812C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C6A; }
p { color: rgb(129,44,106); }
H1.HeaderClassName
{
color: #812C6A;
}
.AnyTagClassName
{
color: #812C6A;
}
</style>
background-color css
<style>
a { background-color: #812C6A; }
a { background-color: rgb(129,44,106); }
div.DivClassName
{
background-color: #812C6A;
}
.BgClassName
{
background-color: #812C6A;
}
</style>
border-color css
<style>
span { border-color: #812C6A; }
span { border-color: rgb(129,44,106); }
td.TdClassName
{
border-color: #812C6A;
}
.TagClassName
{
border-color: #812C6A;
}
</style>