Shades of Dark Purple #811762
Tints of Dark Purple #811762
RGB
CMYK
RGB Variations
Color information
#811762 (or 0x811762) is known color: Dark Purple. HEX triplet: 81, 17 and 62. RGB value is (129,23,98). Sum of RGB (Red+Green+Blue) = 129+23+98=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #811762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811762 is #7EE89D. Grayscale: #3F3F3F. Windows color (decimal): -8317086 or 6428545. OLE color: 6428545.
HSL color Cylindrical-coordinate representation of color #811762: hue angle of 317.55º 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 #811762 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 23 | 98 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.49 |
| HSL | 317.55º | 0.7% | 0.3% | - |
| HSV(B) | 317.55º | 0.82% | 0.51% | - |
| XYZ | 11.56 | 6.16 | 12.14 | - |
| YUV | 63.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 98 | 0 | 0.82 | 0.24 | 0.49 | 317.55 | 0.7 | 0.3 |
| Hex | 81 | 17 | 62 | 0 | 52 | 18 | 31 | 13E | 46 | 1E |
| Octal | 201 | 27 | 142 | 0 | 122 | 30 | 61 | 476 | 106 | 36 |
| Binary | 10000001 | 10111 | 1100010 | 0 | 1010010 | 11000 | 110001 | 100111110 | 1000110 | 11110 |
Color Harmonies of #811762
Complementary color
Monochromatic Colors of #811762
Black with #811762
Text Example
Text Example
White with #811762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811762; }
p { color: rgb(129,23,98); }
H1.HeaderClassName
{
color: #811762;
}
.AnyTagClassName
{
color: #811762;
}
</style>
background-color css
<style>
a { background-color: #811762; }
a { background-color: rgb(129,23,98); }
div.DivClassName
{
background-color: #811762;
}
.BgClassName
{
background-color: #811762;
}
</style>
border-color css
<style>
span { border-color: #811762; }
span { border-color: rgb(129,23,98); }
td.TdClassName
{
border-color: #811762;
}
.TagClassName
{
border-color: #811762;
}
</style>