Shades of Dark Purple #811761
Tints of Dark Purple #811761
RGB
CMYK
RGB Variations
Color information
#811761 (or 0x811761) is known color: Dark Purple. HEX triplet: 81, 17 and 61. RGB value is (129,23,97). Sum of RGB (Red+Green+Blue) = 129+23+97=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #811761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811761 is #7EE89E. Grayscale: #3E3E3E. Windows color (decimal): -8317087 or 6363009. OLE color: 6363009.
HSL color Cylindrical-coordinate representation of color #811761: hue angle of 318.11º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #811761 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 23 | 97 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.49 |
| HSL | 318.11º | 0.7% | 0.3% | - |
| HSV(B) | 318.11º | 0.82% | 0.51% | - |
| XYZ | 11.52 | 6.14 | 11.89 | - |
| YUV | 63.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 97 | 0 | 0.82 | 0.25 | 0.49 | 318.11 | 0.7 | 0.3 |
| Hex | 81 | 17 | 61 | 0 | 52 | 19 | 31 | 13E | 46 | 1E |
| Octal | 201 | 27 | 141 | 0 | 122 | 31 | 61 | 476 | 106 | 36 |
| Binary | 10000001 | 10111 | 1100001 | 0 | 1010010 | 11001 | 110001 | 100111110 | 1000110 | 11110 |
Color Harmonies of #811761
Complementary color
Monochromatic Colors of #811761
Black with #811761
Text Example
Text Example
White with #811761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811761; }
p { color: rgb(129,23,97); }
H1.HeaderClassName
{
color: #811761;
}
.AnyTagClassName
{
color: #811761;
}
</style>
background-color css
<style>
a { background-color: #811761; }
a { background-color: rgb(129,23,97); }
div.DivClassName
{
background-color: #811761;
}
.BgClassName
{
background-color: #811761;
}
</style>
border-color css
<style>
span { border-color: #811761; }
span { border-color: rgb(129,23,97); }
td.TdClassName
{
border-color: #811761;
}
.TagClassName
{
border-color: #811761;
}
</style>