Shades of Dark Purple #811662
Tints of Dark Purple #811662
RGB
CMYK
RGB Variations
Color information
#811662 (or 0x811662) is known color: Dark Purple. HEX triplet: 81, 16 and 62. RGB value is (129,22,98). Sum of RGB (Red+Green+Blue) = 129+22+98=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #811662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811662 is #7EE99D. Grayscale: #3E3E3E. Windows color (decimal): -8317342 or 6428289. OLE color: 6428289.
HSL color Cylindrical-coordinate representation of color #811662: hue angle of 317.38º 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 #811662 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 22 | 98 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.49 |
| HSL | 317.38º | 0.71% | 0.3% | - |
| HSV(B) | 317.38º | 0.83% | 0.51% | - |
| XYZ | 11.54 | 6.12 | 12.13 | - |
| YUV | 62.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 22 | 98 | 0 | 0.83 | 0.24 | 0.49 | 317.38 | 0.71 | 0.3 |
| Hex | 81 | 16 | 62 | 0 | 53 | 18 | 31 | 13D | 47 | 1E |
| Octal | 201 | 26 | 142 | 0 | 123 | 30 | 61 | 475 | 107 | 36 |
| Binary | 10000001 | 10110 | 1100010 | 0 | 1010011 | 11000 | 110001 | 100111101 | 1000111 | 11110 |
Color Harmonies of #811662
Complementary color
Monochromatic Colors of #811662
Black with #811662
Text Example
Text Example
White with #811662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811662; }
p { color: rgb(129,22,98); }
H1.HeaderClassName
{
color: #811662;
}
.AnyTagClassName
{
color: #811662;
}
</style>
background-color css
<style>
a { background-color: #811662; }
a { background-color: rgb(129,22,98); }
div.DivClassName
{
background-color: #811662;
}
.BgClassName
{
background-color: #811662;
}
</style>
border-color css
<style>
span { border-color: #811662; }
span { border-color: rgb(129,22,98); }
td.TdClassName
{
border-color: #811662;
}
.TagClassName
{
border-color: #811662;
}
</style>