Shades of Dark Purple #841179
Tints of Dark Purple #841179
RGB
CMYK
RGB Variations
Color information
#841179 (or 0x841179) is known color: Dark Purple. HEX triplet: 84, 11 and 79. RGB value is (132,17,121). Sum of RGB (Red+Green+Blue) = 132+17+121=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #841179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841179 is #7BEE86. Grayscale: #3E3E3E. Windows color (decimal): -8121991 or 7934340. OLE color: 7934340.
HSL color Cylindrical-coordinate representation of color #841179: hue angle of 305.74º 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 #841179 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 121 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.48 |
| HSL | 305.74º | 0.77% | 0.29% | - |
| HSV(B) | 305.74º | 0.87% | 0.52% | - |
| XYZ | 13.17 | 6.69 | 18.69 | - |
| YUV | 63.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 121 | 0 | 0.87 | 0.08 | 0.48 | 305.74 | 0.77 | 0.29 |
| Hex | 84 | 11 | 79 | 0 | 57 | 8 | 30 | 132 | 4D | 1D |
| Octal | 204 | 21 | 171 | 0 | 127 | 10 | 60 | 462 | 115 | 35 |
| Binary | 10000100 | 10001 | 1111001 | 0 | 1010111 | 1000 | 110000 | 100110010 | 1001101 | 11101 |
Color Harmonies of #841179
Complementary color
Monochromatic Colors of #841179
Black with #841179
Text Example
Text Example
White with #841179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841179; }
p { color: rgb(132,17,121); }
H1.HeaderClassName
{
color: #841179;
}
.AnyTagClassName
{
color: #841179;
}
</style>
background-color css
<style>
a { background-color: #841179; }
a { background-color: rgb(132,17,121); }
div.DivClassName
{
background-color: #841179;
}
.BgClassName
{
background-color: #841179;
}
</style>
border-color css
<style>
span { border-color: #841179; }
span { border-color: rgb(132,17,121); }
td.TdClassName
{
border-color: #841179;
}
.TagClassName
{
border-color: #841179;
}
</style>