Shades of Dark Purple #841170
Tints of Dark Purple #841170
RGB
CMYK
RGB Variations
Color information
#841170 (or 0x841170) is known color: Dark Purple. HEX triplet: 84, 11 and 70. RGB value is (132,17,112). Sum of RGB (Red+Green+Blue) = 132+17+112=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #841170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841170 is #7BEE8F. Grayscale: #3D3D3D. Windows color (decimal): -8122000 or 7344516. OLE color: 7344516.
HSL color Cylindrical-coordinate representation of color #841170: hue angle of 310.43º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841170 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 112 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.48 |
| HSL | 310.43º | 0.77% | 0.29% | - |
| HSV(B) | 310.43º | 0.87% | 0.52% | - |
| XYZ | 12.64 | 6.48 | 15.91 | - |
| YUV | 62.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 112 | 0 | 0.87 | 0.15 | 0.48 | 310.43 | 0.77 | 0.29 |
| Hex | 84 | 11 | 70 | 0 | 57 | F | 30 | 136 | 4D | 1D |
| Octal | 204 | 21 | 160 | 0 | 127 | 17 | 60 | 466 | 115 | 35 |
| Binary | 10000100 | 10001 | 1110000 | 0 | 1010111 | 1111 | 110000 | 100110110 | 1001101 | 11101 |
Color Harmonies of #841170
Complementary color
Monochromatic Colors of #841170
Black with #841170
Text Example
Text Example
White with #841170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841170; }
p { color: rgb(132,17,112); }
H1.HeaderClassName
{
color: #841170;
}
.AnyTagClassName
{
color: #841170;
}
</style>
background-color css
<style>
a { background-color: #841170; }
a { background-color: rgb(132,17,112); }
div.DivClassName
{
background-color: #841170;
}
.BgClassName
{
background-color: #841170;
}
</style>
border-color css
<style>
span { border-color: #841170; }
span { border-color: rgb(132,17,112); }
td.TdClassName
{
border-color: #841170;
}
.TagClassName
{
border-color: #841170;
}
</style>