Shades of Dark Purple #842872
Tints of Dark Purple #842872
RGB
CMYK
RGB Variations
Color information
#842872 (or 0x842872) is known color: Dark Purple. HEX triplet: 84, 28 and 72. RGB value is (132,40,114). Sum of RGB (Red+Green+Blue) = 132+40+114=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #842872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842872 is #7BD78D. Grayscale: #4B4B4B. Windows color (decimal): -8116110 or 7481476. OLE color: 7481476.
HSL color Cylindrical-coordinate representation of color #842872: hue angle of 311.74º 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 #842872 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 114 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.48 |
| HSL | 311.74º | 0.53% | 0.34% | - |
| HSV(B) | 311.74º | 0.7% | 0.52% | - |
| XYZ | 13.31 | 7.64 | 16.69 | - |
| YUV | 75.94 | 149.48 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 114 | 0 | 0.70 | 0.14 | 0.48 | 311.74 | 0.53 | 0.34 |
| Hex | 84 | 28 | 72 | 0 | 46 | E | 30 | 138 | 35 | 22 |
| Octal | 204 | 50 | 162 | 0 | 106 | 16 | 60 | 470 | 65 | 42 |
| Binary | 10000100 | 101000 | 1110010 | 0 | 1000110 | 1110 | 110000 | 100111000 | 110101 | 100010 |
Color Harmonies of #842872
Complementary color
Monochromatic Colors of #842872
Black with #842872
Text Example
Text Example
White with #842872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842872; }
p { color: rgb(132,40,114); }
H1.HeaderClassName
{
color: #842872;
}
.AnyTagClassName
{
color: #842872;
}
</style>
background-color css
<style>
a { background-color: #842872; }
a { background-color: rgb(132,40,114); }
div.DivClassName
{
background-color: #842872;
}
.BgClassName
{
background-color: #842872;
}
</style>
border-color css
<style>
span { border-color: #842872; }
span { border-color: rgb(132,40,114); }
td.TdClassName
{
border-color: #842872;
}
.TagClassName
{
border-color: #842872;
}
</style>