Shades of Dark Purple #842176
Tints of Dark Purple #842176
RGB
CMYK
RGB Variations
Color information
#842176 (or 0x842176) is known color: Dark Purple. HEX triplet: 84, 21 and 76. RGB value is (132,33,118). Sum of RGB (Red+Green+Blue) = 132+33+118=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #842176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842176 is #7BDE89. Grayscale: #484848. Windows color (decimal): -8117898 or 7741828. OLE color: 7741828.
HSL color Cylindrical-coordinate representation of color #842176: hue angle of 308.48º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842176 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 33 | 118 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.48 |
| HSL | 308.48º | 0.6% | 0.32% | - |
| HSV(B) | 308.48º | 0.75% | 0.52% | - |
| XYZ | 13.33 | 7.3 | 17.85 | - |
| YUV | 72.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 118 | 0 | 0.75 | 0.11 | 0.48 | 308.48 | 0.6 | 0.32 |
| Hex | 84 | 21 | 76 | 0 | 4B | B | 30 | 134 | 3C | 20 |
| Octal | 204 | 41 | 166 | 0 | 113 | 13 | 60 | 464 | 74 | 40 |
| Binary | 10000100 | 100001 | 1110110 | 0 | 1001011 | 1011 | 110000 | 100110100 | 111100 | 100000 |
Color Harmonies of #842176
Complementary color
Monochromatic Colors of #842176
Black with #842176
Text Example
Text Example
White with #842176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842176; }
p { color: rgb(132,33,118); }
H1.HeaderClassName
{
color: #842176;
}
.AnyTagClassName
{
color: #842176;
}
</style>
background-color css
<style>
a { background-color: #842176; }
a { background-color: rgb(132,33,118); }
div.DivClassName
{
background-color: #842176;
}
.BgClassName
{
background-color: #842176;
}
</style>
border-color css
<style>
span { border-color: #842176; }
span { border-color: rgb(132,33,118); }
td.TdClassName
{
border-color: #842176;
}
.TagClassName
{
border-color: #842176;
}
</style>