Shades of Dark Purple #842880
Tints of Dark Purple #842880
RGB
CMYK
RGB Variations
Color information
#842880 (or 0x842880) is known color: Dark Purple. HEX triplet: 84, 28 and 80. RGB value is (132,40,128). Sum of RGB (Red+Green+Blue) = 132+40+128=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #842880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842880 is #7BD77F. Grayscale: #4D4D4D. Windows color (decimal): -8116096 or 8398980. OLE color: 8398980.
HSL color Cylindrical-coordinate representation of color #842880: hue angle of 302.61º 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 #842880 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 128 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.48 |
| HSL | 302.61º | 0.53% | 0.34% | - |
| HSV(B) | 302.61º | 0.7% | 0.52% | - |
| XYZ | 14.17 | 7.98 | 21.22 | - |
| YUV | 77.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 128 | 0 | 0.70 | 0.03 | 0.48 | 302.61 | 0.53 | 0.34 |
| Hex | 84 | 28 | 80 | 0 | 46 | 3 | 30 | 12F | 35 | 22 |
| Octal | 204 | 50 | 200 | 0 | 106 | 3 | 60 | 457 | 65 | 42 |
| Binary | 10000100 | 101000 | 10000000 | 0 | 1000110 | 11 | 110000 | 100101111 | 110101 | 100010 |
Color Harmonies of #842880
Complementary color
Monochromatic Colors of #842880
Black with #842880
Text Example
Text Example
White with #842880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842880; }
p { color: rgb(132,40,128); }
H1.HeaderClassName
{
color: #842880;
}
.AnyTagClassName
{
color: #842880;
}
</style>
background-color css
<style>
a { background-color: #842880; }
a { background-color: rgb(132,40,128); }
div.DivClassName
{
background-color: #842880;
}
.BgClassName
{
background-color: #842880;
}
</style>
border-color css
<style>
span { border-color: #842880; }
span { border-color: rgb(132,40,128); }
td.TdClassName
{
border-color: #842880;
}
.TagClassName
{
border-color: #842880;
}
</style>