Shades of Dark Purple #811768
Tints of Dark Purple #811768
RGB
CMYK
RGB Variations
Color information
#811768 (or 0x811768) is known color: Dark Purple. HEX triplet: 81, 17 and 68. RGB value is (129,23,104). Sum of RGB (Red+Green+Blue) = 129+23+104=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #811768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811768 is #7EE897. Grayscale: #3F3F3F. Windows color (decimal): -8317080 or 6821761. OLE color: 6821761.
HSL color Cylindrical-coordinate representation of color #811768: hue angle of 314.15º 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 #811768 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 23 | 104 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.49 |
| HSL | 314.15º | 0.7% | 0.3% | - |
| HSV(B) | 314.15º | 0.82% | 0.51% | - |
| XYZ | 11.86 | 6.28 | 13.68 | - |
| YUV | 63.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 104 | 0 | 0.82 | 0.19 | 0.49 | 314.15 | 0.7 | 0.3 |
| Hex | 81 | 17 | 68 | 0 | 52 | 13 | 31 | 13A | 46 | 1E |
| Octal | 201 | 27 | 150 | 0 | 122 | 23 | 61 | 472 | 106 | 36 |
| Binary | 10000001 | 10111 | 1101000 | 0 | 1010010 | 10011 | 110001 | 100111010 | 1000110 | 11110 |
Color Harmonies of #811768
Complementary color
Monochromatic Colors of #811768
Black with #811768
Text Example
Text Example
White with #811768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811768; }
p { color: rgb(129,23,104); }
H1.HeaderClassName
{
color: #811768;
}
.AnyTagClassName
{
color: #811768;
}
</style>
background-color css
<style>
a { background-color: #811768; }
a { background-color: rgb(129,23,104); }
div.DivClassName
{
background-color: #811768;
}
.BgClassName
{
background-color: #811768;
}
</style>
border-color css
<style>
span { border-color: #811768; }
span { border-color: rgb(129,23,104); }
td.TdClassName
{
border-color: #811768;
}
.TagClassName
{
border-color: #811768;
}
</style>