Shades of Dark Purple #811878
Tints of Dark Purple #811878
RGB
CMYK
RGB Variations
Color information
#811878 (or 0x811878) is known color: Dark Purple. HEX triplet: 81, 18 and 78. RGB value is (129,24,120). Sum of RGB (Red+Green+Blue) = 129+24+120=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #811878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811878 is #7EE787. Grayscale: #424242. Windows color (decimal): -8316808 or 7870593. OLE color: 7870593.
HSL color Cylindrical-coordinate representation of color #811878: hue angle of 305.14º 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 #811878 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 24 | 120 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.49 |
| HSL | 305.14º | 0.69% | 0.3% | - |
| HSV(B) | 305.14º | 0.81% | 0.51% | - |
| XYZ | 12.77 | 6.68 | 18.38 | - |
| YUV | 66.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 120 | 0 | 0.81 | 0.07 | 0.49 | 305.14 | 0.69 | 0.3 |
| Hex | 81 | 18 | 78 | 0 | 51 | 7 | 31 | 131 | 45 | 1E |
| Octal | 201 | 30 | 170 | 0 | 121 | 7 | 61 | 461 | 105 | 36 |
| Binary | 10000001 | 11000 | 1111000 | 0 | 1010001 | 111 | 110001 | 100110001 | 1000101 | 11110 |
Color Harmonies of #811878
Complementary color
Monochromatic Colors of #811878
Black with #811878
Text Example
Text Example
White with #811878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811878; }
p { color: rgb(129,24,120); }
H1.HeaderClassName
{
color: #811878;
}
.AnyTagClassName
{
color: #811878;
}
</style>
background-color css
<style>
a { background-color: #811878; }
a { background-color: rgb(129,24,120); }
div.DivClassName
{
background-color: #811878;
}
.BgClassName
{
background-color: #811878;
}
</style>
border-color css
<style>
span { border-color: #811878; }
span { border-color: rgb(129,24,120); }
td.TdClassName
{
border-color: #811878;
}
.TagClassName
{
border-color: #811878;
}
</style>