Shades of Dark Purple #811A7A
Tints of Dark Purple #811A7A
RGB
CMYK
RGB Variations
Color information
#811A7A (or 0x811A7A) is known color: Dark Purple. HEX triplet: 81, 1A and 7A. RGB value is (129,26,122). Sum of RGB (Red+Green+Blue) = 129+26+122=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #811A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811A7A is #7EE585. Grayscale: #434343. Windows color (decimal): -8316294 or 8002177. OLE color: 8002177.
HSL color Cylindrical-coordinate representation of color #811A7A: hue angle of 304.08º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A7A is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 122 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.49 |
| HSL | 304.08º | 0.66% | 0.3% | - |
| HSV(B) | 304.08º | 0.8% | 0.51% | - |
| XYZ | 12.94 | 6.81 | 19.05 | - |
| YUV | 67.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 122 | 0 | 0.80 | 0.05 | 0.49 | 304.08 | 0.66 | 0.3 |
| Hex | 81 | 1A | 7A | 0 | 50 | 5 | 31 | 130 | 42 | 1E |
| Octal | 201 | 32 | 172 | 0 | 120 | 5 | 61 | 460 | 102 | 36 |
| Binary | 10000001 | 11010 | 1111010 | 0 | 1010000 | 101 | 110001 | 100110000 | 1000010 | 11110 |
Color Harmonies of #811A7A
Complementary color
Monochromatic Colors of #811A7A
Black with #811A7A
Text Example
Text Example
White with #811A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A7A; }
p { color: rgb(129,26,122); }
H1.HeaderClassName
{
color: #811A7A;
}
.AnyTagClassName
{
color: #811A7A;
}
</style>
background-color css
<style>
a { background-color: #811A7A; }
a { background-color: rgb(129,26,122); }
div.DivClassName
{
background-color: #811A7A;
}
.BgClassName
{
background-color: #811A7A;
}
</style>
border-color css
<style>
span { border-color: #811A7A; }
span { border-color: rgb(129,26,122); }
td.TdClassName
{
border-color: #811A7A;
}
.TagClassName
{
border-color: #811A7A;
}
</style>