Shades of Dark Purple #842075
Tints of Dark Purple #842075
RGB
CMYK
RGB Variations
Color information
#842075 (or 0x842075) is known color: Dark Purple. HEX triplet: 84, 20 and 75. RGB value is (132,32,117). Sum of RGB (Red+Green+Blue) = 132+32+117=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #842075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842075 is #7BDF8A. Grayscale: #474747. Windows color (decimal): -8118155 or 7676036. OLE color: 7676036.
HSL color Cylindrical-coordinate representation of color #842075: hue angle of 309º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842075 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 32 | 117 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.48 |
| HSL | 309º | 0.61% | 0.32% | - |
| HSV(B) | 309º | 0.76% | 0.52% | - |
| XYZ | 13.24 | 7.22 | 17.53 | - |
| YUV | 71.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 117 | 0 | 0.76 | 0.11 | 0.48 | 309 | 0.61 | 0.32 |
| Hex | 84 | 20 | 75 | 0 | 4C | B | 30 | 135 | 3D | 20 |
| Octal | 204 | 40 | 165 | 0 | 114 | 13 | 60 | 465 | 75 | 40 |
| Binary | 10000100 | 100000 | 1110101 | 0 | 1001100 | 1011 | 110000 | 100110101 | 111101 | 100000 |
Color Harmonies of #842075
Complementary color
Monochromatic Colors of #842075
Black with #842075
Text Example
Text Example
White with #842075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842075; }
p { color: rgb(132,32,117); }
H1.HeaderClassName
{
color: #842075;
}
.AnyTagClassName
{
color: #842075;
}
</style>
background-color css
<style>
a { background-color: #842075; }
a { background-color: rgb(132,32,117); }
div.DivClassName
{
background-color: #842075;
}
.BgClassName
{
background-color: #842075;
}
</style>
border-color css
<style>
span { border-color: #842075; }
span { border-color: rgb(132,32,117); }
td.TdClassName
{
border-color: #842075;
}
.TagClassName
{
border-color: #842075;
}
</style>