Shades of Dark Purple #841E71
Tints of Dark Purple #841E71
RGB
CMYK
RGB Variations
Color information
#841E71 (or 0x841E71) is known color: Dark Purple. HEX triplet: 84, 1E and 71. RGB value is (132,30,113). Sum of RGB (Red+Green+Blue) = 132+30+113=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #841E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841E71 is #7BE18E. Grayscale: #454545. Windows color (decimal): -8118671 or 7413380. OLE color: 7413380.
HSL color Cylindrical-coordinate representation of color #841E71: hue angle of 311.18º 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 #841E71 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 113 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.48 |
| HSL | 311.18º | 0.63% | 0.32% | - |
| HSV(B) | 311.18º | 0.77% | 0.52% | - |
| XYZ | 12.96 | 7.03 | 16.3 | - |
| YUV | 69.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 113 | 0 | 0.77 | 0.14 | 0.48 | 311.18 | 0.63 | 0.32 |
| Hex | 84 | 1E | 71 | 0 | 4D | E | 30 | 137 | 3F | 20 |
| Octal | 204 | 36 | 161 | 0 | 115 | 16 | 60 | 467 | 77 | 40 |
| Binary | 10000100 | 11110 | 1110001 | 0 | 1001101 | 1110 | 110000 | 100110111 | 111111 | 100000 |
Color Harmonies of #841E71
Complementary color
Monochromatic Colors of #841E71
Black with #841E71
Text Example
Text Example
White with #841E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E71; }
p { color: rgb(132,30,113); }
H1.HeaderClassName
{
color: #841E71;
}
.AnyTagClassName
{
color: #841E71;
}
</style>
background-color css
<style>
a { background-color: #841E71; }
a { background-color: rgb(132,30,113); }
div.DivClassName
{
background-color: #841E71;
}
.BgClassName
{
background-color: #841E71;
}
</style>
border-color css
<style>
span { border-color: #841E71; }
span { border-color: rgb(132,30,113); }
td.TdClassName
{
border-color: #841E71;
}
.TagClassName
{
border-color: #841E71;
}
</style>