Shades of Dark Purple #841871
Tints of Dark Purple #841871
RGB
CMYK
RGB Variations
Color information
#841871 (or 0x841871) is known color: Dark Purple. HEX triplet: 84, 18 and 71. RGB value is (132,24,113). Sum of RGB (Red+Green+Blue) = 132+24+113=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #841871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841871 is #7BE78E. Grayscale: #424242. Windows color (decimal): -8120207 or 7411844. OLE color: 7411844.
HSL color Cylindrical-coordinate representation of color #841871: hue angle of 310.56º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841871 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 113 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.48 |
| HSL | 310.56º | 0.69% | 0.31% | - |
| HSV(B) | 310.56º | 0.82% | 0.52% | - |
| XYZ | 12.82 | 6.75 | 16.25 | - |
| YUV | 66.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 113 | 0 | 0.82 | 0.14 | 0.48 | 310.56 | 0.69 | 0.31 |
| Hex | 84 | 18 | 71 | 0 | 52 | E | 30 | 137 | 45 | 1F |
| Octal | 204 | 30 | 161 | 0 | 122 | 16 | 60 | 467 | 105 | 37 |
| Binary | 10000100 | 11000 | 1110001 | 0 | 1010010 | 1110 | 110000 | 100110111 | 1000101 | 11111 |
Color Harmonies of #841871
Complementary color
Monochromatic Colors of #841871
Black with #841871
Text Example
Text Example
White with #841871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841871; }
p { color: rgb(132,24,113); }
H1.HeaderClassName
{
color: #841871;
}
.AnyTagClassName
{
color: #841871;
}
</style>
background-color css
<style>
a { background-color: #841871; }
a { background-color: rgb(132,24,113); }
div.DivClassName
{
background-color: #841871;
}
.BgClassName
{
background-color: #841871;
}
</style>
border-color css
<style>
span { border-color: #841871; }
span { border-color: rgb(132,24,113); }
td.TdClassName
{
border-color: #841871;
}
.TagClassName
{
border-color: #841871;
}
</style>