Shades of Dark Purple #811678
Tints of Dark Purple #811678
RGB
CMYK
RGB Variations
Color information
#811678 (or 0x811678) is known color: Dark Purple. HEX triplet: 81, 16 and 78. RGB value is (129,22,120). Sum of RGB (Red+Green+Blue) = 129+22+120=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #811678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811678 is #7EE987. Grayscale: #404040. Windows color (decimal): -8317320 or 7870081. OLE color: 7870081.
HSL color Cylindrical-coordinate representation of color #811678: hue angle of 305.05º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #811678 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 22 | 120 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.49 |
| HSL | 305.05º | 0.71% | 0.3% | - |
| HSV(B) | 305.05º | 0.83% | 0.51% | - |
| XYZ | 12.73 | 6.6 | 18.37 | - |
| YUV | 65.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 22 | 120 | 0 | 0.83 | 0.07 | 0.49 | 305.05 | 0.71 | 0.3 |
| Hex | 81 | 16 | 78 | 0 | 53 | 7 | 31 | 131 | 47 | 1E |
| Octal | 201 | 26 | 170 | 0 | 123 | 7 | 61 | 461 | 107 | 36 |
| Binary | 10000001 | 10110 | 1111000 | 0 | 1010011 | 111 | 110001 | 100110001 | 1000111 | 11110 |
Color Harmonies of #811678
Complementary color
Monochromatic Colors of #811678
Black with #811678
Text Example
Text Example
White with #811678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811678; }
p { color: rgb(129,22,120); }
H1.HeaderClassName
{
color: #811678;
}
.AnyTagClassName
{
color: #811678;
}
</style>
background-color css
<style>
a { background-color: #811678; }
a { background-color: rgb(129,22,120); }
div.DivClassName
{
background-color: #811678;
}
.BgClassName
{
background-color: #811678;
}
</style>
border-color css
<style>
span { border-color: #811678; }
span { border-color: rgb(129,22,120); }
td.TdClassName
{
border-color: #811678;
}
.TagClassName
{
border-color: #811678;
}
</style>