Shades of Dark Purple #842878
Tints of Dark Purple #842878
RGB
CMYK
RGB Variations
Color information
#842878 (or 0x842878) is known color: Dark Purple. HEX triplet: 84, 28 and 78. RGB value is (132,40,120). Sum of RGB (Red+Green+Blue) = 132+40+120=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #842878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842878 is #7BD787. Grayscale: #4C4C4C. Windows color (decimal): -8116104 or 7874692. OLE color: 7874692.
HSL color Cylindrical-coordinate representation of color #842878: hue angle of 307.83º 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 #842878 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 120 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.48 |
| HSL | 307.83º | 0.53% | 0.34% | - |
| HSV(B) | 307.83º | 0.7% | 0.52% | - |
| XYZ | 13.66 | 7.78 | 18.55 | - |
| YUV | 76.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 120 | 0 | 0.70 | 0.09 | 0.48 | 307.83 | 0.53 | 0.34 |
| Hex | 84 | 28 | 78 | 0 | 46 | 9 | 30 | 134 | 35 | 22 |
| Octal | 204 | 50 | 170 | 0 | 106 | 11 | 60 | 464 | 65 | 42 |
| Binary | 10000100 | 101000 | 1111000 | 0 | 1000110 | 1001 | 110000 | 100110100 | 110101 | 100010 |
Color Harmonies of #842878
Complementary color
Monochromatic Colors of #842878
Black with #842878
Text Example
Text Example
White with #842878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842878; }
p { color: rgb(132,40,120); }
H1.HeaderClassName
{
color: #842878;
}
.AnyTagClassName
{
color: #842878;
}
</style>
background-color css
<style>
a { background-color: #842878; }
a { background-color: rgb(132,40,120); }
div.DivClassName
{
background-color: #842878;
}
.BgClassName
{
background-color: #842878;
}
</style>
border-color css
<style>
span { border-color: #842878; }
span { border-color: rgb(132,40,120); }
td.TdClassName
{
border-color: #842878;
}
.TagClassName
{
border-color: #842878;
}
</style>