Shades of Dark Purple #841971
Tints of Dark Purple #841971
RGB
CMYK
RGB Variations
Color information
#841971 (or 0x841971) is known color: Dark Purple. HEX triplet: 84, 19 and 71. RGB value is (132,25,113). Sum of RGB (Red+Green+Blue) = 132+25+113=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #841971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841971 is #7BE68E. Grayscale: #424242. Windows color (decimal): -8119951 or 7412100. OLE color: 7412100.
HSL color Cylindrical-coordinate representation of color #841971: hue angle of 310.65º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841971 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 113 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.48 |
| HSL | 310.65º | 0.68% | 0.31% | - |
| HSV(B) | 310.65º | 0.81% | 0.52% | - |
| XYZ | 12.84 | 6.79 | 16.26 | - |
| YUV | 67.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 113 | 0 | 0.81 | 0.14 | 0.48 | 310.65 | 0.68 | 0.31 |
| Hex | 84 | 19 | 71 | 0 | 51 | E | 30 | 137 | 44 | 1F |
| Octal | 204 | 31 | 161 | 0 | 121 | 16 | 60 | 467 | 104 | 37 |
| Binary | 10000100 | 11001 | 1110001 | 0 | 1010001 | 1110 | 110000 | 100110111 | 1000100 | 11111 |
Color Harmonies of #841971
Complementary color
Monochromatic Colors of #841971
Black with #841971
Text Example
Text Example
White with #841971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841971; }
p { color: rgb(132,25,113); }
H1.HeaderClassName
{
color: #841971;
}
.AnyTagClassName
{
color: #841971;
}
</style>
background-color css
<style>
a { background-color: #841971; }
a { background-color: rgb(132,25,113); }
div.DivClassName
{
background-color: #841971;
}
.BgClassName
{
background-color: #841971;
}
</style>
border-color css
<style>
span { border-color: #841971; }
span { border-color: rgb(132,25,113); }
td.TdClassName
{
border-color: #841971;
}
.TagClassName
{
border-color: #841971;
}
</style>