Shades of Dark Purple #841870
Tints of Dark Purple #841870
RGB
CMYK
RGB Variations
Color information
#841870 (or 0x841870) is known color: Dark Purple. HEX triplet: 84, 18 and 70. RGB value is (132,24,112). Sum of RGB (Red+Green+Blue) = 132+24+112=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #841870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841870 is #7BE78F. Grayscale: #424242. Windows color (decimal): -8120208 or 7346308. OLE color: 7346308.
HSL color Cylindrical-coordinate representation of color #841870: hue angle of 311.11º 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 #841870 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 112 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.48 |
| HSL | 311.11º | 0.69% | 0.31% | - |
| HSV(B) | 311.11º | 0.82% | 0.52% | - |
| XYZ | 12.77 | 6.73 | 15.96 | - |
| YUV | 66.32 | 153.78 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 112 | 0 | 0.82 | 0.15 | 0.48 | 311.11 | 0.69 | 0.31 |
| Hex | 84 | 18 | 70 | 0 | 52 | F | 30 | 137 | 45 | 1F |
| Octal | 204 | 30 | 160 | 0 | 122 | 17 | 60 | 467 | 105 | 37 |
| Binary | 10000100 | 11000 | 1110000 | 0 | 1010010 | 1111 | 110000 | 100110111 | 1000101 | 11111 |
Color Harmonies of #841870
Complementary color
Monochromatic Colors of #841870
Black with #841870
Text Example
Text Example
White with #841870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841870; }
p { color: rgb(132,24,112); }
H1.HeaderClassName
{
color: #841870;
}
.AnyTagClassName
{
color: #841870;
}
</style>
background-color css
<style>
a { background-color: #841870; }
a { background-color: rgb(132,24,112); }
div.DivClassName
{
background-color: #841870;
}
.BgClassName
{
background-color: #841870;
}
</style>
border-color css
<style>
span { border-color: #841870; }
span { border-color: rgb(132,24,112); }
td.TdClassName
{
border-color: #841870;
}
.TagClassName
{
border-color: #841870;
}
</style>