Shades of Dark Purple #842E75
Tints of Dark Purple #842E75
RGB
CMYK
RGB Variations
Color information
#842E75 (or 0x842E75) is known color: Dark Purple. HEX triplet: 84, 2E and 75. RGB value is (132,46,117). Sum of RGB (Red+Green+Blue) = 132+46+117=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #842E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842E75 is #7BD18A. Grayscale: #4F4F4F. Windows color (decimal): -8114571 or 7679620. OLE color: 7679620.
HSL color Cylindrical-coordinate representation of color #842E75: hue angle of 310.47º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #842E75 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 46 | 117 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.48 |
| HSL | 310.47º | 0.48% | 0.35% | - |
| HSV(B) | 310.47º | 0.65% | 0.52% | - |
| XYZ | 13.7 | 8.14 | 17.68 | - |
| YUV | 79.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 117 | 0 | 0.65 | 0.11 | 0.48 | 310.47 | 0.48 | 0.35 |
| Hex | 84 | 2E | 75 | 0 | 41 | B | 30 | 136 | 30 | 23 |
| Octal | 204 | 56 | 165 | 0 | 101 | 13 | 60 | 466 | 60 | 43 |
| Binary | 10000100 | 101110 | 1110101 | 0 | 1000001 | 1011 | 110000 | 100110110 | 110000 | 100011 |
Color Harmonies of #842E75
Complementary color
Monochromatic Colors of #842E75
Black with #842E75
Text Example
Text Example
White with #842E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842E75; }
p { color: rgb(132,46,117); }
H1.HeaderClassName
{
color: #842E75;
}
.AnyTagClassName
{
color: #842E75;
}
</style>
background-color css
<style>
a { background-color: #842E75; }
a { background-color: rgb(132,46,117); }
div.DivClassName
{
background-color: #842E75;
}
.BgClassName
{
background-color: #842E75;
}
</style>
border-color css
<style>
span { border-color: #842E75; }
span { border-color: rgb(132,46,117); }
td.TdClassName
{
border-color: #842E75;
}
.TagClassName
{
border-color: #842E75;
}
</style>