Shades of Dark Purple #841E6E
Tints of Dark Purple #841E6E
RGB
CMYK
RGB Variations
Color information
#841E6E (or 0x841E6E) is known color: Dark Purple. HEX triplet: 84, 1E and 6E. RGB value is (132,30,110). Sum of RGB (Red+Green+Blue) = 132+30+110=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #841E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841E6E is #7BE191. Grayscale: #454545. Windows color (decimal): -8118674 or 7216772. OLE color: 7216772.
HSL color Cylindrical-coordinate representation of color #841E6E: hue angle of 312.94º 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 #841E6E is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 110 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.48 |
| HSL | 312.94º | 0.63% | 0.32% | - |
| HSV(B) | 312.94º | 0.77% | 0.52% | - |
| XYZ | 12.79 | 6.96 | 15.42 | - |
| YUV | 69.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 110 | 0 | 0.77 | 0.17 | 0.48 | 312.94 | 0.63 | 0.32 |
| Hex | 84 | 1E | 6E | 0 | 4D | 11 | 30 | 139 | 3F | 20 |
| Octal | 204 | 36 | 156 | 0 | 115 | 21 | 60 | 471 | 77 | 40 |
| Binary | 10000100 | 11110 | 1101110 | 0 | 1001101 | 10001 | 110000 | 100111001 | 111111 | 100000 |
Color Harmonies of #841E6E
Complementary color
Monochromatic Colors of #841E6E
Black with #841E6E
Text Example
Text Example
White with #841E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E6E; }
p { color: rgb(132,30,110); }
H1.HeaderClassName
{
color: #841E6E;
}
.AnyTagClassName
{
color: #841E6E;
}
</style>
background-color css
<style>
a { background-color: #841E6E; }
a { background-color: rgb(132,30,110); }
div.DivClassName
{
background-color: #841E6E;
}
.BgClassName
{
background-color: #841E6E;
}
</style>
border-color css
<style>
span { border-color: #841E6E; }
span { border-color: rgb(132,30,110); }
td.TdClassName
{
border-color: #841E6E;
}
.TagClassName
{
border-color: #841E6E;
}
</style>