Shades of Dark Purple #811879
Tints of Dark Purple #811879
RGB
CMYK
RGB Variations
Color information
#811879 (or 0x811879) is known color: Dark Purple. HEX triplet: 81, 18 and 79. RGB value is (129,24,121). Sum of RGB (Red+Green+Blue) = 129+24+121=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #811879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811879 is #7EE786. Grayscale: #424242. Windows color (decimal): -8316807 or 7936129. OLE color: 7936129.
HSL color Cylindrical-coordinate representation of color #811879: hue angle of 304.57º degrees, saturation: 0.69, 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 #811879 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 24 | 121 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.49 |
| HSL | 304.57º | 0.69% | 0.3% | - |
| HSV(B) | 304.57º | 0.81% | 0.51% | - |
| XYZ | 12.83 | 6.7 | 18.71 | - |
| YUV | 66.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 121 | 0 | 0.81 | 0.06 | 0.49 | 304.57 | 0.69 | 0.3 |
| Hex | 81 | 18 | 79 | 0 | 51 | 6 | 31 | 131 | 45 | 1E |
| Octal | 201 | 30 | 171 | 0 | 121 | 6 | 61 | 461 | 105 | 36 |
| Binary | 10000001 | 11000 | 1111001 | 0 | 1010001 | 110 | 110001 | 100110001 | 1000101 | 11110 |
Color Harmonies of #811879
Complementary color
Monochromatic Colors of #811879
Black with #811879
Text Example
Text Example
White with #811879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811879; }
p { color: rgb(129,24,121); }
H1.HeaderClassName
{
color: #811879;
}
.AnyTagClassName
{
color: #811879;
}
</style>
background-color css
<style>
a { background-color: #811879; }
a { background-color: rgb(129,24,121); }
div.DivClassName
{
background-color: #811879;
}
.BgClassName
{
background-color: #811879;
}
</style>
border-color css
<style>
span { border-color: #811879; }
span { border-color: rgb(129,24,121); }
td.TdClassName
{
border-color: #811879;
}
.TagClassName
{
border-color: #811879;
}
</style>