Shades of Dark Purple #811A7D
Tints of Dark Purple #811A7D
RGB
CMYK
RGB Variations
Color information
#811A7D (or 0x811A7D) is known color: Dark Purple. HEX triplet: 81, 1A and 7D. RGB value is (129,26,125). Sum of RGB (Red+Green+Blue) = 129+26+125=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #811A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811A7D is #7EE582. Grayscale: #434343. Windows color (decimal): -8316291 or 8198785. OLE color: 8198785.
HSL color Cylindrical-coordinate representation of color #811A7D: hue angle of 302.33º 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 #811A7D is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 125 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.49 |
| HSL | 302.33º | 0.66% | 0.3% | - |
| HSV(B) | 302.33º | 0.8% | 0.51% | - |
| XYZ | 13.12 | 6.89 | 20.04 | - |
| YUV | 68.08 | 160.12 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 125 | 0 | 0.80 | 0.03 | 0.49 | 302.33 | 0.66 | 0.3 |
| Hex | 81 | 1A | 7D | 0 | 50 | 3 | 31 | 12E | 42 | 1E |
| Octal | 201 | 32 | 175 | 0 | 120 | 3 | 61 | 456 | 102 | 36 |
| Binary | 10000001 | 11010 | 1111101 | 0 | 1010000 | 11 | 110001 | 100101110 | 1000010 | 11110 |
Color Harmonies of #811A7D
Complementary color
Monochromatic Colors of #811A7D
Black with #811A7D
Text Example
Text Example
White with #811A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A7D; }
p { color: rgb(129,26,125); }
H1.HeaderClassName
{
color: #811A7D;
}
.AnyTagClassName
{
color: #811A7D;
}
</style>
background-color css
<style>
a { background-color: #811A7D; }
a { background-color: rgb(129,26,125); }
div.DivClassName
{
background-color: #811A7D;
}
.BgClassName
{
background-color: #811A7D;
}
</style>
border-color css
<style>
span { border-color: #811A7D; }
span { border-color: rgb(129,26,125); }
td.TdClassName
{
border-color: #811A7D;
}
.TagClassName
{
border-color: #811A7D;
}
</style>