Shades of Dark Purple #841E7C
Tints of Dark Purple #841E7C
RGB
CMYK
RGB Variations
Color information
#841E7C (or 0x841E7C) is known color: Dark Purple. HEX triplet: 84, 1E and 7C. RGB value is (132,30,124). Sum of RGB (Red+Green+Blue) = 132+30+124=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #841E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841E7C is #7BE183. Grayscale: #464646. Windows color (decimal): -8118660 or 8134276. OLE color: 8134276.
HSL color Cylindrical-coordinate representation of color #841E7C: hue angle of 304.71º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841E7C is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 124 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.48 |
| HSL | 304.71º | 0.63% | 0.32% | - |
| HSV(B) | 304.71º | 0.77% | 0.52% | - |
| XYZ | 13.62 | 7.29 | 19.76 | - |
| YUV | 71.21 | 157.79 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 124 | 0 | 0.77 | 0.06 | 0.48 | 304.71 | 0.63 | 0.32 |
| Hex | 84 | 1E | 7C | 0 | 4D | 6 | 30 | 131 | 3F | 20 |
| Octal | 204 | 36 | 174 | 0 | 115 | 6 | 60 | 461 | 77 | 40 |
| Binary | 10000100 | 11110 | 1111100 | 0 | 1001101 | 110 | 110000 | 100110001 | 111111 | 100000 |
Color Harmonies of #841E7C
Complementary color
Monochromatic Colors of #841E7C
Black with #841E7C
Text Example
Text Example
White with #841E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E7C; }
p { color: rgb(132,30,124); }
H1.HeaderClassName
{
color: #841E7C;
}
.AnyTagClassName
{
color: #841E7C;
}
</style>
background-color css
<style>
a { background-color: #841E7C; }
a { background-color: rgb(132,30,124); }
div.DivClassName
{
background-color: #841E7C;
}
.BgClassName
{
background-color: #841E7C;
}
</style>
border-color css
<style>
span { border-color: #841E7C; }
span { border-color: rgb(132,30,124); }
td.TdClassName
{
border-color: #841E7C;
}
.TagClassName
{
border-color: #841E7C;
}
</style>