Shades of Dark Purple #842879
Tints of Dark Purple #842879
RGB
CMYK
RGB Variations
Color information
#842879 (or 0x842879) is known color: Dark Purple. HEX triplet: 84, 28 and 79. RGB value is (132,40,121). Sum of RGB (Red+Green+Blue) = 132+40+121=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #842879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842879 is #7BD786. Grayscale: #4C4C4C. Windows color (decimal): -8116103 or 7940228. OLE color: 7940228.
HSL color Cylindrical-coordinate representation of color #842879: hue angle of 307.17º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842879 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 121 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.48 |
| HSL | 307.17º | 0.53% | 0.34% | - |
| HSV(B) | 307.17º | 0.7% | 0.52% | - |
| XYZ | 13.73 | 7.8 | 18.87 | - |
| YUV | 76.74 | 152.98 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 121 | 0 | 0.70 | 0.08 | 0.48 | 307.17 | 0.53 | 0.34 |
| Hex | 84 | 28 | 79 | 0 | 46 | 8 | 30 | 133 | 35 | 22 |
| Octal | 204 | 50 | 171 | 0 | 106 | 10 | 60 | 463 | 65 | 42 |
| Binary | 10000100 | 101000 | 1111001 | 0 | 1000110 | 1000 | 110000 | 100110011 | 110101 | 100010 |
Color Harmonies of #842879
Complementary color
Monochromatic Colors of #842879
Black with #842879
Text Example
Text Example
White with #842879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842879; }
p { color: rgb(132,40,121); }
H1.HeaderClassName
{
color: #842879;
}
.AnyTagClassName
{
color: #842879;
}
</style>
background-color css
<style>
a { background-color: #842879; }
a { background-color: rgb(132,40,121); }
div.DivClassName
{
background-color: #842879;
}
.BgClassName
{
background-color: #842879;
}
</style>
border-color css
<style>
span { border-color: #842879; }
span { border-color: rgb(132,40,121); }
td.TdClassName
{
border-color: #842879;
}
.TagClassName
{
border-color: #842879;
}
</style>