Shades of Dark Purple #842973
Tints of Dark Purple #842973
RGB
CMYK
RGB Variations
Color information
#842973 (or 0x842973) is known color: Dark Purple. HEX triplet: 84, 29 and 73. RGB value is (132,41,115). Sum of RGB (Red+Green+Blue) = 132+41+115=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #842973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842973 is #7BD68C. Grayscale: #4C4C4C. Windows color (decimal): -8115853 or 7547268. OLE color: 7547268.
HSL color Cylindrical-coordinate representation of color #842973: hue angle of 311.21º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #842973 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 41 | 115 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.48 |
| HSL | 311.21º | 0.53% | 0.34% | - |
| HSV(B) | 311.21º | 0.69% | 0.52% | - |
| XYZ | 13.4 | 7.73 | 17.01 | - |
| YUV | 76.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 115 | 0 | 0.69 | 0.13 | 0.48 | 311.21 | 0.53 | 0.34 |
| Hex | 84 | 29 | 73 | 0 | 45 | D | 30 | 137 | 35 | 22 |
| Octal | 204 | 51 | 163 | 0 | 105 | 15 | 60 | 467 | 65 | 42 |
| Binary | 10000100 | 101001 | 1110011 | 0 | 1000101 | 1101 | 110000 | 100110111 | 110101 | 100010 |
Color Harmonies of #842973
Complementary color
Monochromatic Colors of #842973
Black with #842973
Text Example
Text Example
White with #842973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842973; }
p { color: rgb(132,41,115); }
H1.HeaderClassName
{
color: #842973;
}
.AnyTagClassName
{
color: #842973;
}
</style>
background-color css
<style>
a { background-color: #842973; }
a { background-color: rgb(132,41,115); }
div.DivClassName
{
background-color: #842973;
}
.BgClassName
{
background-color: #842973;
}
</style>
border-color css
<style>
span { border-color: #842973; }
span { border-color: rgb(132,41,115); }
td.TdClassName
{
border-color: #842973;
}
.TagClassName
{
border-color: #842973;
}
</style>