Shades of Dark Purple #812173
Tints of Dark Purple #812173
RGB
CMYK
RGB Variations
Color information
#812173 (or 0x812173) is known color: Dark Purple. HEX triplet: 81, 21 and 73. RGB value is (129,33,115). Sum of RGB (Red+Green+Blue) = 129+33+115=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #812173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812173 is #7EDE8C. Grayscale: #464646. Windows color (decimal): -8314509 or 7545217. OLE color: 7545217.
HSL color Cylindrical-coordinate representation of color #812173: hue angle of 308.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812173 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 115 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.49 |
| HSL | 308.75º | 0.59% | 0.32% | - |
| HSV(B) | 308.75º | 0.74% | 0.51% | - |
| XYZ | 12.69 | 6.99 | 16.9 | - |
| YUV | 71.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 115 | 0 | 0.74 | 0.11 | 0.49 | 308.75 | 0.59 | 0.32 |
| Hex | 81 | 21 | 73 | 0 | 4A | B | 31 | 135 | 3B | 20 |
| Octal | 201 | 41 | 163 | 0 | 112 | 13 | 61 | 465 | 73 | 40 |
| Binary | 10000001 | 100001 | 1110011 | 0 | 1001010 | 1011 | 110001 | 100110101 | 111011 | 100000 |
Color Harmonies of #812173
Complementary color
Monochromatic Colors of #812173
Black with #812173
Text Example
Text Example
White with #812173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812173; }
p { color: rgb(129,33,115); }
H1.HeaderClassName
{
color: #812173;
}
.AnyTagClassName
{
color: #812173;
}
</style>
background-color css
<style>
a { background-color: #812173; }
a { background-color: rgb(129,33,115); }
div.DivClassName
{
background-color: #812173;
}
.BgClassName
{
background-color: #812173;
}
</style>
border-color css
<style>
span { border-color: #812173; }
span { border-color: rgb(129,33,115); }
td.TdClassName
{
border-color: #812173;
}
.TagClassName
{
border-color: #812173;
}
</style>