Shades of Dark Purple #811E7D
Tints of Dark Purple #811E7D
RGB
CMYK
RGB Variations
Color information
#811E7D (or 0x811E7D) is known color: Dark Purple. HEX triplet: 81, 1E and 7D. RGB value is (129,30,125). Sum of RGB (Red+Green+Blue) = 129+30+125=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #811E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811E7D is #7EE182. Grayscale: #464646. Windows color (decimal): -8315267 or 8199809. OLE color: 8199809.
HSL color Cylindrical-coordinate representation of color #811E7D: hue angle of 302.42º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #811E7D is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 30 | 125 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.49 |
| HSL | 302.42º | 0.62% | 0.31% | - |
| HSV(B) | 302.42º | 0.77% | 0.51% | - |
| XYZ | 13.22 | 7.08 | 20.07 | - |
| YUV | 70.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 125 | 0 | 0.77 | 0.03 | 0.49 | 302.42 | 0.62 | 0.31 |
| Hex | 81 | 1E | 7D | 0 | 4D | 3 | 31 | 12E | 3E | 1F |
| Octal | 201 | 36 | 175 | 0 | 115 | 3 | 61 | 456 | 76 | 37 |
| Binary | 10000001 | 11110 | 1111101 | 0 | 1001101 | 11 | 110001 | 100101110 | 111110 | 11111 |
Color Harmonies of #811E7D
Complementary color
Monochromatic Colors of #811E7D
Black with #811E7D
Text Example
Text Example
White with #811E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811E7D; }
p { color: rgb(129,30,125); }
H1.HeaderClassName
{
color: #811E7D;
}
.AnyTagClassName
{
color: #811E7D;
}
</style>
background-color css
<style>
a { background-color: #811E7D; }
a { background-color: rgb(129,30,125); }
div.DivClassName
{
background-color: #811E7D;
}
.BgClassName
{
background-color: #811E7D;
}
</style>
border-color css
<style>
span { border-color: #811E7D; }
span { border-color: rgb(129,30,125); }
td.TdClassName
{
border-color: #811E7D;
}
.TagClassName
{
border-color: #811E7D;
}
</style>