Shades of Dark Purple #841970
Tints of Dark Purple #841970
RGB
CMYK
RGB Variations
Color information
#841970 (or 0x841970) is known color: Dark Purple. HEX triplet: 84, 19 and 70. RGB value is (132,25,112). Sum of RGB (Red+Green+Blue) = 132+25+112=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #841970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841970 is #7BE68F. Grayscale: #424242. Windows color (decimal): -8119952 or 7346564. OLE color: 7346564.
HSL color Cylindrical-coordinate representation of color #841970: hue angle of 311.21º 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 #841970 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 112 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.48 |
| HSL | 311.22º | 0.68% | 0.31% | - |
| HSV(B) | 311.22º | 0.81% | 0.52% | - |
| XYZ | 12.79 | 6.77 | 15.96 | - |
| YUV | 66.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 112 | 0 | 0.81 | 0.15 | 0.48 | 311.22 | 0.68 | 0.31 |
| Hex | 84 | 19 | 70 | 0 | 51 | F | 30 | 137 | 44 | 1F |
| Octal | 204 | 31 | 160 | 0 | 121 | 17 | 60 | 467 | 104 | 37 |
| Binary | 10000100 | 11001 | 1110000 | 0 | 1010001 | 1111 | 110000 | 100110111 | 1000100 | 11111 |
Color Harmonies of #841970
Complementary color
Monochromatic Colors of #841970
Black with #841970
Text Example
Text Example
White with #841970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841970; }
p { color: rgb(132,25,112); }
H1.HeaderClassName
{
color: #841970;
}
.AnyTagClassName
{
color: #841970;
}
</style>
background-color css
<style>
a { background-color: #841970; }
a { background-color: rgb(132,25,112); }
div.DivClassName
{
background-color: #841970;
}
.BgClassName
{
background-color: #841970;
}
</style>
border-color css
<style>
span { border-color: #841970; }
span { border-color: rgb(132,25,112); }
td.TdClassName
{
border-color: #841970;
}
.TagClassName
{
border-color: #841970;
}
</style>