Shades of Dark Purple #811970
Tints of Dark Purple #811970
RGB
CMYK
RGB Variations
Color information
#811970 (or 0x811970) is known color: Dark Purple. HEX triplet: 81, 19 and 70. RGB value is (129,25,112). Sum of RGB (Red+Green+Blue) = 129+25+112=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #811970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811970 is #7EE68F. Grayscale: #414141. Windows color (decimal): -8316560 or 7346561. OLE color: 7346561.
HSL color Cylindrical-coordinate representation of color #811970: hue angle of 309.81º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811970 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 25 | 112 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.49 |
| HSL | 309.81º | 0.68% | 0.3% | - |
| HSV(B) | 309.81º | 0.81% | 0.51% | - |
| XYZ | 12.33 | 6.53 | 15.94 | - |
| YUV | 66.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 112 | 0 | 0.81 | 0.13 | 0.49 | 309.81 | 0.68 | 0.3 |
| Hex | 81 | 19 | 70 | 0 | 51 | D | 31 | 136 | 44 | 1E |
| Octal | 201 | 31 | 160 | 0 | 121 | 15 | 61 | 466 | 104 | 36 |
| Binary | 10000001 | 11001 | 1110000 | 0 | 1010001 | 1101 | 110001 | 100110110 | 1000100 | 11110 |
Color Harmonies of #811970
Complementary color
Monochromatic Colors of #811970
Black with #811970
Text Example
Text Example
White with #811970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811970; }
p { color: rgb(129,25,112); }
H1.HeaderClassName
{
color: #811970;
}
.AnyTagClassName
{
color: #811970;
}
</style>
background-color css
<style>
a { background-color: #811970; }
a { background-color: rgb(129,25,112); }
div.DivClassName
{
background-color: #811970;
}
.BgClassName
{
background-color: #811970;
}
</style>
border-color css
<style>
span { border-color: #811970; }
span { border-color: rgb(129,25,112); }
td.TdClassName
{
border-color: #811970;
}
.TagClassName
{
border-color: #811970;
}
</style>