Shades of Dark Purple #842076
Tints of Dark Purple #842076
RGB
CMYK
RGB Variations
Color information
#842076 (or 0x842076) is known color: Dark Purple. HEX triplet: 84, 20 and 76. RGB value is (132,32,118). Sum of RGB (Red+Green+Blue) = 132+32+118=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #842076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842076 is #7BDF89. Grayscale: #474747. Windows color (decimal): -8118154 or 7741572. OLE color: 7741572.
HSL color Cylindrical-coordinate representation of color #842076: hue angle of 308.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842076 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 118 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.48 |
| HSL | 308.4º | 0.61% | 0.32% | - |
| HSV(B) | 308.4º | 0.76% | 0.52% | - |
| XYZ | 13.3 | 7.25 | 17.84 | - |
| YUV | 71.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 118 | 0 | 0.76 | 0.11 | 0.48 | 308.4 | 0.61 | 0.32 |
| Hex | 84 | 20 | 76 | 0 | 4C | B | 30 | 134 | 3D | 20 |
| Octal | 204 | 40 | 166 | 0 | 114 | 13 | 60 | 464 | 75 | 40 |
| Binary | 10000100 | 100000 | 1110110 | 0 | 1001100 | 1011 | 110000 | 100110100 | 111101 | 100000 |
Color Harmonies of #842076
Complementary color
Monochromatic Colors of #842076
Black with #842076
Text Example
Text Example
White with #842076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842076; }
p { color: rgb(132,32,118); }
H1.HeaderClassName
{
color: #842076;
}
.AnyTagClassName
{
color: #842076;
}
</style>
background-color css
<style>
a { background-color: #842076; }
a { background-color: rgb(132,32,118); }
div.DivClassName
{
background-color: #842076;
}
.BgClassName
{
background-color: #842076;
}
</style>
border-color css
<style>
span { border-color: #842076; }
span { border-color: rgb(132,32,118); }
td.TdClassName
{
border-color: #842076;
}
.TagClassName
{
border-color: #842076;
}
</style>