Shades of Dark Purple #841E6D
Tints of Dark Purple #841E6D
RGB
CMYK
RGB Variations
Color information
#841E6D (or 0x841E6D) is known color: Dark Purple. HEX triplet: 84, 1E and 6D. RGB value is (132,30,109). Sum of RGB (Red+Green+Blue) = 132+30+109=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #841E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841E6D is #7BE192. Grayscale: #454545. Windows color (decimal): -8118675 or 7151236. OLE color: 7151236.
HSL color Cylindrical-coordinate representation of color #841E6D: hue angle of 313.53º 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 #841E6D is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 109 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.48 |
| HSL | 313.53º | 0.63% | 0.32% | - |
| HSV(B) | 313.53º | 0.77% | 0.52% | - |
| XYZ | 12.74 | 6.94 | 15.14 | - |
| YUV | 69.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 109 | 0 | 0.77 | 0.17 | 0.48 | 313.53 | 0.63 | 0.32 |
| Hex | 84 | 1E | 6D | 0 | 4D | 11 | 30 | 13A | 3F | 20 |
| Octal | 204 | 36 | 155 | 0 | 115 | 21 | 60 | 472 | 77 | 40 |
| Binary | 10000100 | 11110 | 1101101 | 0 | 1001101 | 10001 | 110000 | 100111010 | 111111 | 100000 |
Color Harmonies of #841E6D
Complementary color
Monochromatic Colors of #841E6D
Black with #841E6D
Text Example
Text Example
White with #841E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E6D; }
p { color: rgb(132,30,109); }
H1.HeaderClassName
{
color: #841E6D;
}
.AnyTagClassName
{
color: #841E6D;
}
</style>
background-color css
<style>
a { background-color: #841E6D; }
a { background-color: rgb(132,30,109); }
div.DivClassName
{
background-color: #841E6D;
}
.BgClassName
{
background-color: #841E6D;
}
</style>
border-color css
<style>
span { border-color: #841E6D; }
span { border-color: rgb(132,30,109); }
td.TdClassName
{
border-color: #841E6D;
}
.TagClassName
{
border-color: #841E6D;
}
</style>