Shades of Dark Purple #812E7B
Tints of Dark Purple #812E7B
RGB
CMYK
RGB Variations
Color information
#812E7B (or 0x812E7B) is known color: Dark Purple. HEX triplet: 81, 2E and 7B. RGB value is (129,46,123). Sum of RGB (Red+Green+Blue) = 129+46+123=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #812E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812E7B is #7ED184. Grayscale: #4F4F4F. Windows color (decimal): -8311173 or 8072833. OLE color: 8072833.
HSL color Cylindrical-coordinate representation of color #812E7B: hue angle of 304.34º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #812E7B is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 46 | 123 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.49 |
| HSL | 304.34º | 0.47% | 0.34% | - |
| HSV(B) | 304.34º | 0.64% | 0.51% | - |
| XYZ | 13.61 | 8.05 | 19.58 | - |
| YUV | 79.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 46 | 123 | 0 | 0.64 | 0.05 | 0.49 | 304.34 | 0.47 | 0.34 |
| Hex | 81 | 2E | 7B | 0 | 40 | 5 | 31 | 130 | 2F | 22 |
| Octal | 201 | 56 | 173 | 0 | 100 | 5 | 61 | 460 | 57 | 42 |
| Binary | 10000001 | 101110 | 1111011 | 0 | 1000000 | 101 | 110001 | 100110000 | 101111 | 100010 |
Color Harmonies of #812E7B
Complementary color
Monochromatic Colors of #812E7B
Black with #812E7B
Text Example
Text Example
White with #812E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812E7B; }
p { color: rgb(129,46,123); }
H1.HeaderClassName
{
color: #812E7B;
}
.AnyTagClassName
{
color: #812E7B;
}
</style>
background-color css
<style>
a { background-color: #812E7B; }
a { background-color: rgb(129,46,123); }
div.DivClassName
{
background-color: #812E7B;
}
.BgClassName
{
background-color: #812E7B;
}
</style>
border-color css
<style>
span { border-color: #812E7B; }
span { border-color: rgb(129,46,123); }
td.TdClassName
{
border-color: #812E7B;
}
.TagClassName
{
border-color: #812E7B;
}
</style>