Shades of Dark Purple #811972
Tints of Dark Purple #811972
RGB
CMYK
RGB Variations
Color information
#811972 (or 0x811972) is known color: Dark Purple. HEX triplet: 81, 19 and 72. RGB value is (129,25,114). Sum of RGB (Red+Green+Blue) = 129+25+114=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #811972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811972 is #7EE68D. Grayscale: #414141. Windows color (decimal): -8316558 or 7477633. OLE color: 7477633.
HSL color Cylindrical-coordinate representation of color #811972: hue angle of 308.65º 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 #811972 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 25 | 114 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.49 |
| HSL | 308.65º | 0.68% | 0.3% | - |
| HSV(B) | 308.65º | 0.81% | 0.51% | - |
| XYZ | 12.44 | 6.58 | 16.53 | - |
| YUV | 66.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 114 | 0 | 0.81 | 0.12 | 0.49 | 308.65 | 0.68 | 0.3 |
| Hex | 81 | 19 | 72 | 0 | 51 | C | 31 | 135 | 44 | 1E |
| Octal | 201 | 31 | 162 | 0 | 121 | 14 | 61 | 465 | 104 | 36 |
| Binary | 10000001 | 11001 | 1110010 | 0 | 1010001 | 1100 | 110001 | 100110101 | 1000100 | 11110 |
Color Harmonies of #811972
Complementary color
Monochromatic Colors of #811972
Black with #811972
Text Example
Text Example
White with #811972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811972; }
p { color: rgb(129,25,114); }
H1.HeaderClassName
{
color: #811972;
}
.AnyTagClassName
{
color: #811972;
}
</style>
background-color css
<style>
a { background-color: #811972; }
a { background-color: rgb(129,25,114); }
div.DivClassName
{
background-color: #811972;
}
.BgClassName
{
background-color: #811972;
}
</style>
border-color css
<style>
span { border-color: #811972; }
span { border-color: rgb(129,25,114); }
td.TdClassName
{
border-color: #811972;
}
.TagClassName
{
border-color: #811972;
}
</style>