Shades of Dark Purple #812C7E
Tints of Dark Purple #812C7E
RGB
CMYK
RGB Variations
Color information
#812C7E (or 0x812C7E) is known color: Dark Purple. HEX triplet: 81, 2C and 7E. RGB value is (129,44,126). Sum of RGB (Red+Green+Blue) = 129+44+126=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #812C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812C7E is #7ED381. Grayscale: #4E4E4E. Windows color (decimal): -8311682 or 8268929. OLE color: 8268929.
HSL color Cylindrical-coordinate representation of color #812C7E: hue angle of 302.12º 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 #812C7E is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 126 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.49 |
| HSL | 302.12º | 0.49% | 0.34% | - |
| HSV(B) | 302.12º | 0.66% | 0.51% | - |
| XYZ | 13.72 | 7.97 | 20.55 | - |
| YUV | 78.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 126 | 0 | 0.66 | 0.02 | 0.49 | 302.12 | 0.49 | 0.34 |
| Hex | 81 | 2C | 7E | 0 | 42 | 2 | 31 | 12E | 31 | 22 |
| Octal | 201 | 54 | 176 | 0 | 102 | 2 | 61 | 456 | 61 | 42 |
| Binary | 10000001 | 101100 | 1111110 | 0 | 1000010 | 10 | 110001 | 100101110 | 110001 | 100010 |
Color Harmonies of #812C7E
Complementary color
Monochromatic Colors of #812C7E
Black with #812C7E
Text Example
Text Example
White with #812C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C7E; }
p { color: rgb(129,44,126); }
H1.HeaderClassName
{
color: #812C7E;
}
.AnyTagClassName
{
color: #812C7E;
}
</style>
background-color css
<style>
a { background-color: #812C7E; }
a { background-color: rgb(129,44,126); }
div.DivClassName
{
background-color: #812C7E;
}
.BgClassName
{
background-color: #812C7E;
}
</style>
border-color css
<style>
span { border-color: #812C7E; }
span { border-color: rgb(129,44,126); }
td.TdClassName
{
border-color: #812C7E;
}
.TagClassName
{
border-color: #812C7E;
}
</style>