Shades of Dark Purple #811073
Tints of Dark Purple #811073
RGB
CMYK
RGB Variations
Color information
#811073 (or 0x811073) is known color: Dark Purple. HEX triplet: 81, 10 and 73. RGB value is (129,16,115). Sum of RGB (Red+Green+Blue) = 129+16+115=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #811073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811073 is #7EEF8C. Grayscale: #3C3C3C. Windows color (decimal): -8318861 or 7540865. OLE color: 7540865.
HSL color Cylindrical-coordinate representation of color #811073: hue angle of 307.43º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811073 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 16 | 115 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.49 |
| HSL | 307.43º | 0.78% | 0.28% | - |
| HSV(B) | 307.43º | 0.88% | 0.51% | - |
| XYZ | 12.33 | 6.28 | 16.78 | - |
| YUV | 61.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 115 | 0 | 0.88 | 0.11 | 0.49 | 307.43 | 0.78 | 0.28 |
| Hex | 81 | 10 | 73 | 0 | 58 | B | 31 | 133 | 4E | 1C |
| Octal | 201 | 20 | 163 | 0 | 130 | 13 | 61 | 463 | 116 | 34 |
| Binary | 10000001 | 10000 | 1110011 | 0 | 1011000 | 1011 | 110001 | 100110011 | 1001110 | 11100 |
Color Harmonies of #811073
Complementary color
Monochromatic Colors of #811073
Black with #811073
Text Example
Text Example
White with #811073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811073; }
p { color: rgb(129,16,115); }
H1.HeaderClassName
{
color: #811073;
}
.AnyTagClassName
{
color: #811073;
}
</style>
background-color css
<style>
a { background-color: #811073; }
a { background-color: rgb(129,16,115); }
div.DivClassName
{
background-color: #811073;
}
.BgClassName
{
background-color: #811073;
}
</style>
border-color css
<style>
span { border-color: #811073; }
span { border-color: rgb(129,16,115); }
td.TdClassName
{
border-color: #811073;
}
.TagClassName
{
border-color: #811073;
}
</style>