Shades of Dark Purple #812C77
Tints of Dark Purple #812C77
RGB
CMYK
RGB Variations
Color information
#812C77 (or 0x812C77) is known color: Dark Purple. HEX triplet: 81, 2C and 77. RGB value is (129,44,119). Sum of RGB (Red+Green+Blue) = 129+44+119=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #812C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812C77 is #7ED388. Grayscale: #4D4D4D. Windows color (decimal): -8311689 or 7810177. OLE color: 7810177.
HSL color Cylindrical-coordinate representation of color #812C77: hue angle of 307.06º 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 #812C77 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 119 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.49 |
| HSL | 307.06º | 0.49% | 0.34% | - |
| HSV(B) | 307.06º | 0.66% | 0.51% | - |
| XYZ | 13.28 | 7.8 | 18.26 | - |
| YUV | 77.97 | 151.16 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 119 | 0 | 0.66 | 0.08 | 0.49 | 307.06 | 0.49 | 0.34 |
| Hex | 81 | 2C | 77 | 0 | 42 | 8 | 31 | 133 | 31 | 22 |
| Octal | 201 | 54 | 167 | 0 | 102 | 10 | 61 | 463 | 61 | 42 |
| Binary | 10000001 | 101100 | 1110111 | 0 | 1000010 | 1000 | 110001 | 100110011 | 110001 | 100010 |
Color Harmonies of #812C77
Complementary color
Monochromatic Colors of #812C77
Black with #812C77
Text Example
Text Example
White with #812C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C77; }
p { color: rgb(129,44,119); }
H1.HeaderClassName
{
color: #812C77;
}
.AnyTagClassName
{
color: #812C77;
}
</style>
background-color css
<style>
a { background-color: #812C77; }
a { background-color: rgb(129,44,119); }
div.DivClassName
{
background-color: #812C77;
}
.BgClassName
{
background-color: #812C77;
}
</style>
border-color css
<style>
span { border-color: #812C77; }
span { border-color: rgb(129,44,119); }
td.TdClassName
{
border-color: #812C77;
}
.TagClassName
{
border-color: #812C77;
}
</style>