Shades of Dark Purple #811A7E
Tints of Dark Purple #811A7E
RGB
CMYK
RGB Variations
Color information
#811A7E (or 0x811A7E) is known color: Dark Purple. HEX triplet: 81, 1A and 7E. RGB value is (129,26,126). Sum of RGB (Red+Green+Blue) = 129+26+126=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #811A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811A7E is #7EE581. Grayscale: #434343. Windows color (decimal): -8316290 or 8264321. OLE color: 8264321.
HSL color Cylindrical-coordinate representation of color #811A7E: hue angle of 301.75º 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 #811A7E is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 126 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.49 |
| HSL | 301.75º | 0.66% | 0.3% | - |
| HSV(B) | 301.75º | 0.8% | 0.51% | - |
| XYZ | 13.19 | 6.91 | 20.38 | - |
| YUV | 68.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 126 | 0 | 0.80 | 0.02 | 0.49 | 301.75 | 0.66 | 0.3 |
| Hex | 81 | 1A | 7E | 0 | 50 | 2 | 31 | 12E | 42 | 1E |
| Octal | 201 | 32 | 176 | 0 | 120 | 2 | 61 | 456 | 102 | 36 |
| Binary | 10000001 | 11010 | 1111110 | 0 | 1010000 | 10 | 110001 | 100101110 | 1000010 | 11110 |
Color Harmonies of #811A7E
Complementary color
Monochromatic Colors of #811A7E
Black with #811A7E
Text Example
Text Example
White with #811A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A7E; }
p { color: rgb(129,26,126); }
H1.HeaderClassName
{
color: #811A7E;
}
.AnyTagClassName
{
color: #811A7E;
}
</style>
background-color css
<style>
a { background-color: #811A7E; }
a { background-color: rgb(129,26,126); }
div.DivClassName
{
background-color: #811A7E;
}
.BgClassName
{
background-color: #811A7E;
}
</style>
border-color css
<style>
span { border-color: #811A7E; }
span { border-color: rgb(129,26,126); }
td.TdClassName
{
border-color: #811A7E;
}
.TagClassName
{
border-color: #811A7E;
}
</style>