Shades of Dark Purple #812A7C
Tints of Dark Purple #812A7C
RGB
CMYK
RGB Variations
Color information
#812A7C (or 0x812A7C) is known color: Dark Purple. HEX triplet: 81, 2A and 7C. RGB value is (129,42,124). Sum of RGB (Red+Green+Blue) = 129+42+124=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #812A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812A7C is #7ED583. Grayscale: #4D4D4D. Windows color (decimal): -8312196 or 8137345. OLE color: 8137345.
HSL color Cylindrical-coordinate representation of color #812A7C: hue angle of 303.45º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #812A7C is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 42 | 124 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.49 |
| HSL | 303.45º | 0.51% | 0.34% | - |
| HSV(B) | 303.45º | 0.67% | 0.51% | - |
| XYZ | 13.52 | 7.78 | 19.86 | - |
| YUV | 77.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 124 | 0 | 0.67 | 0.04 | 0.49 | 303.45 | 0.51 | 0.34 |
| Hex | 81 | 2A | 7C | 0 | 43 | 4 | 31 | 12F | 33 | 22 |
| Octal | 201 | 52 | 174 | 0 | 103 | 4 | 61 | 457 | 63 | 42 |
| Binary | 10000001 | 101010 | 1111100 | 0 | 1000011 | 100 | 110001 | 100101111 | 110011 | 100010 |
Color Harmonies of #812A7C
Complementary color
Monochromatic Colors of #812A7C
Black with #812A7C
Text Example
Text Example
White with #812A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812A7C; }
p { color: rgb(129,42,124); }
H1.HeaderClassName
{
color: #812A7C;
}
.AnyTagClassName
{
color: #812A7C;
}
</style>
background-color css
<style>
a { background-color: #812A7C; }
a { background-color: rgb(129,42,124); }
div.DivClassName
{
background-color: #812A7C;
}
.BgClassName
{
background-color: #812A7C;
}
</style>
border-color css
<style>
span { border-color: #812A7C; }
span { border-color: rgb(129,42,124); }
td.TdClassName
{
border-color: #812A7C;
}
.TagClassName
{
border-color: #812A7C;
}
</style>