Shades of Dark Purple #811D65
Tints of Dark Purple #811D65
RGB
CMYK
RGB Variations
Color information
#811D65 (or 0x811D65) is known color: Dark Purple. HEX triplet: 81, 1D and 65. RGB value is (129,29,101). Sum of RGB (Red+Green+Blue) = 129+29+101=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #811D65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811D65 is #7EE29A. Grayscale: #424242. Windows color (decimal): -8315547 or 6626689. OLE color: 6626689.
HSL color Cylindrical-coordinate representation of color #811D65: hue angle of 316.8º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811D65 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 101 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.49 |
| HSL | 316.8º | 0.63% | 0.31% | - |
| HSV(B) | 316.8º | 0.78% | 0.51% | - |
| XYZ | 11.84 | 6.49 | 12.94 | - |
| YUV | 67.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 101 | 0 | 0.78 | 0.22 | 0.49 | 316.8 | 0.63 | 0.31 |
| Hex | 81 | 1D | 65 | 0 | 4E | 16 | 31 | 13D | 3F | 1F |
| Octal | 201 | 35 | 145 | 0 | 116 | 26 | 61 | 475 | 77 | 37 |
| Binary | 10000001 | 11101 | 1100101 | 0 | 1001110 | 10110 | 110001 | 100111101 | 111111 | 11111 |
Color Harmonies of #811D65
Complementary color
Monochromatic Colors of #811D65
Black with #811D65
Text Example
Text Example
White with #811D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D65; }
p { color: rgb(129,29,101); }
H1.HeaderClassName
{
color: #811D65;
}
.AnyTagClassName
{
color: #811D65;
}
</style>
background-color css
<style>
a { background-color: #811D65; }
a { background-color: rgb(129,29,101); }
div.DivClassName
{
background-color: #811D65;
}
.BgClassName
{
background-color: #811D65;
}
</style>
border-color css
<style>
span { border-color: #811D65; }
span { border-color: rgb(129,29,101); }
td.TdClassName
{
border-color: #811D65;
}
.TagClassName
{
border-color: #811D65;
}
</style>