Shades of Dark Purple #841E7F
Tints of Dark Purple #841E7F
RGB
CMYK
RGB Variations
Color information
#841E7F (or 0x841E7F) is known color: Dark Purple. HEX triplet: 84, 1E and 7F. RGB value is (132,30,127). Sum of RGB (Red+Green+Blue) = 132+30+127=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #841E7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841E7F is #7BE180. Grayscale: #474747. Windows color (decimal): -8118657 or 8330884. OLE color: 8330884.
HSL color Cylindrical-coordinate representation of color #841E7F: hue angle of 302.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 #841E7F is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 127 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.48 |
| HSL | 302.94º | 0.63% | 0.32% | - |
| HSV(B) | 302.94º | 0.77% | 0.52% | - |
| XYZ | 13.81 | 7.37 | 20.77 | - |
| YUV | 71.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 127 | 0 | 0.77 | 0.04 | 0.48 | 302.94 | 0.63 | 0.32 |
| Hex | 84 | 1E | 7F | 0 | 4D | 4 | 30 | 12F | 3F | 20 |
| Octal | 204 | 36 | 177 | 0 | 115 | 4 | 60 | 457 | 77 | 40 |
| Binary | 10000100 | 11110 | 1111111 | 0 | 1001101 | 100 | 110000 | 100101111 | 111111 | 100000 |
Color Harmonies of #841E7F
Complementary color
Monochromatic Colors of #841E7F
Black with #841E7F
Text Example
Text Example
White with #841E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E7F; }
p { color: rgb(132,30,127); }
H1.HeaderClassName
{
color: #841E7F;
}
.AnyTagClassName
{
color: #841E7F;
}
</style>
background-color css
<style>
a { background-color: #841E7F; }
a { background-color: rgb(132,30,127); }
div.DivClassName
{
background-color: #841E7F;
}
.BgClassName
{
background-color: #841E7F;
}
</style>
border-color css
<style>
span { border-color: #841E7F; }
span { border-color: rgb(132,30,127); }
td.TdClassName
{
border-color: #841E7F;
}
.TagClassName
{
border-color: #841E7F;
}
</style>