Shades of Dark Purple #811473
Tints of Dark Purple #811473
RGB
CMYK
RGB Variations
Color information
#811473 (or 0x811473) is known color: Dark Purple. HEX triplet: 81, 14 and 73. RGB value is (129,20,115). Sum of RGB (Red+Green+Blue) = 129+20+115=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #811473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811473 is #7EEB8C. Grayscale: #3F3F3F. Windows color (decimal): -8317837 or 7541889. OLE color: 7541889.
HSL color Cylindrical-coordinate representation of color #811473: hue angle of 307.71º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811473 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 20 | 115 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.49 |
| HSL | 307.71º | 0.73% | 0.29% | - |
| HSV(B) | 307.71º | 0.84% | 0.51% | - |
| XYZ | 12.4 | 6.41 | 16.8 | - |
| YUV | 63.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 115 | 0 | 0.84 | 0.11 | 0.49 | 307.71 | 0.73 | 0.29 |
| Hex | 81 | 14 | 73 | 0 | 54 | B | 31 | 134 | 49 | 1D |
| Octal | 201 | 24 | 163 | 0 | 124 | 13 | 61 | 464 | 111 | 35 |
| Binary | 10000001 | 10100 | 1110011 | 0 | 1010100 | 1011 | 110001 | 100110100 | 1001001 | 11101 |
Color Harmonies of #811473
Complementary color
Monochromatic Colors of #811473
Black with #811473
Text Example
Text Example
White with #811473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811473; }
p { color: rgb(129,20,115); }
H1.HeaderClassName
{
color: #811473;
}
.AnyTagClassName
{
color: #811473;
}
</style>
background-color css
<style>
a { background-color: #811473; }
a { background-color: rgb(129,20,115); }
div.DivClassName
{
background-color: #811473;
}
.BgClassName
{
background-color: #811473;
}
</style>
border-color css
<style>
span { border-color: #811473; }
span { border-color: rgb(129,20,115); }
td.TdClassName
{
border-color: #811473;
}
.TagClassName
{
border-color: #811473;
}
</style>