Shades of Dark Purple #842E7B
Tints of Dark Purple #842E7B
RGB
CMYK
RGB Variations
Color information
#842E7B (or 0x842E7B) is known color: Dark Purple. HEX triplet: 84, 2E and 7B. RGB value is (132,46,123). Sum of RGB (Red+Green+Blue) = 132+46+123=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #842E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842E7B is #7BD184. Grayscale: #505050. Windows color (decimal): -8114565 or 8072836. OLE color: 8072836.
HSL color Cylindrical-coordinate representation of color #842E7B: hue angle of 306.28º 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 #842E7B is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 46 | 123 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.48 |
| HSL | 306.28º | 0.48% | 0.35% | - |
| HSV(B) | 306.28º | 0.65% | 0.52% | - |
| XYZ | 14.07 | 8.29 | 19.6 | - |
| YUV | 80.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 123 | 0 | 0.65 | 0.07 | 0.48 | 306.28 | 0.48 | 0.35 |
| Hex | 84 | 2E | 7B | 0 | 41 | 7 | 30 | 132 | 30 | 23 |
| Octal | 204 | 56 | 173 | 0 | 101 | 7 | 60 | 462 | 60 | 43 |
| Binary | 10000100 | 101110 | 1111011 | 0 | 1000001 | 111 | 110000 | 100110010 | 110000 | 100011 |
Color Harmonies of #842E7B
Complementary color
Monochromatic Colors of #842E7B
Black with #842E7B
Text Example
Text Example
White with #842E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842E7B; }
p { color: rgb(132,46,123); }
H1.HeaderClassName
{
color: #842E7B;
}
.AnyTagClassName
{
color: #842E7B;
}
</style>
background-color css
<style>
a { background-color: #842E7B; }
a { background-color: rgb(132,46,123); }
div.DivClassName
{
background-color: #842E7B;
}
.BgClassName
{
background-color: #842E7B;
}
</style>
border-color css
<style>
span { border-color: #842E7B; }
span { border-color: rgb(132,46,123); }
td.TdClassName
{
border-color: #842E7B;
}
.TagClassName
{
border-color: #842E7B;
}
</style>