Shades of Dark Purple #842676
Tints of Dark Purple #842676
RGB
CMYK
RGB Variations
Color information
#842676 (or 0x842676) is known color: Dark Purple. HEX triplet: 84, 26 and 76. RGB value is (132,38,118). Sum of RGB (Red+Green+Blue) = 132+38+118=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #842676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842676 is #7BD989. Grayscale: #4B4B4B. Windows color (decimal): -8116618 or 7743108. OLE color: 7743108.
HSL color Cylindrical-coordinate representation of color #842676: hue angle of 308.94º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842676 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 38 | 118 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.48 |
| HSL | 308.94º | 0.55% | 0.33% | - |
| HSV(B) | 308.94º | 0.71% | 0.52% | - |
| XYZ | 13.48 | 7.6 | 17.9 | - |
| YUV | 75.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 118 | 0 | 0.71 | 0.11 | 0.48 | 308.94 | 0.55 | 0.33 |
| Hex | 84 | 26 | 76 | 0 | 47 | B | 30 | 135 | 37 | 21 |
| Octal | 204 | 46 | 166 | 0 | 107 | 13 | 60 | 465 | 67 | 41 |
| Binary | 10000100 | 100110 | 1110110 | 0 | 1000111 | 1011 | 110000 | 100110101 | 110111 | 100001 |
Color Harmonies of #842676
Complementary color
Monochromatic Colors of #842676
Black with #842676
Text Example
Text Example
White with #842676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842676; }
p { color: rgb(132,38,118); }
H1.HeaderClassName
{
color: #842676;
}
.AnyTagClassName
{
color: #842676;
}
</style>
background-color css
<style>
a { background-color: #842676; }
a { background-color: rgb(132,38,118); }
div.DivClassName
{
background-color: #842676;
}
.BgClassName
{
background-color: #842676;
}
</style>
border-color css
<style>
span { border-color: #842676; }
span { border-color: rgb(132,38,118); }
td.TdClassName
{
border-color: #842676;
}
.TagClassName
{
border-color: #842676;
}
</style>