Shades of Dark Purple #840E73
Tints of Dark Purple #840E73
RGB
CMYK
RGB Variations
Color information
#840E73 (or 0x840E73) is known color: Dark Purple. HEX triplet: 84, 0E and 73. RGB value is (132,14,115). Sum of RGB (Red+Green+Blue) = 132+14+115=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #840E73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E73 is #7BF18C. Grayscale: #3C3C3C. Windows color (decimal): -8122765 or 7540356. OLE color: 7540356.
HSL color Cylindrical-coordinate representation of color #840E73: hue angle of 308.64º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840E73 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 14 | 115 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.48 |
| HSL | 308.64º | 0.81% | 0.29% | - |
| HSV(B) | 308.64º | 0.89% | 0.52% | - |
| XYZ | 12.77 | 6.46 | 16.79 | - |
| YUV | 60.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 14 | 115 | 0 | 0.89 | 0.13 | 0.48 | 308.64 | 0.81 | 0.29 |
| Hex | 84 | E | 73 | 0 | 59 | D | 30 | 135 | 51 | 1D |
| Octal | 204 | 16 | 163 | 0 | 131 | 15 | 60 | 465 | 121 | 35 |
| Binary | 10000100 | 1110 | 1110011 | 0 | 1011001 | 1101 | 110000 | 100110101 | 1010001 | 11101 |
Color Harmonies of #840E73
Complementary color
Monochromatic Colors of #840E73
Black with #840E73
Text Example
Text Example
White with #840E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840E73; }
p { color: rgb(132,14,115); }
H1.HeaderClassName
{
color: #840E73;
}
.AnyTagClassName
{
color: #840E73;
}
</style>
background-color css
<style>
a { background-color: #840E73; }
a { background-color: rgb(132,14,115); }
div.DivClassName
{
background-color: #840E73;
}
.BgClassName
{
background-color: #840E73;
}
</style>
border-color css
<style>
span { border-color: #840E73; }
span { border-color: rgb(132,14,115); }
td.TdClassName
{
border-color: #840E73;
}
.TagClassName
{
border-color: #840E73;
}
</style>