Shades of Dark Purple #841879
Tints of Dark Purple #841879
RGB
CMYK
RGB Variations
Color information
#841879 (or 0x841879) is known color: Dark Purple. HEX triplet: 84, 18 and 79. RGB value is (132,24,121). Sum of RGB (Red+Green+Blue) = 132+24+121=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #841879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841879 is #7BE786. Grayscale: #434343. Windows color (decimal): -8120199 or 7936132. OLE color: 7936132.
HSL color Cylindrical-coordinate representation of color #841879: hue angle of 306.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 #841879 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 121 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.48 |
| HSL | 306.11º | 0.69% | 0.31% | - |
| HSV(B) | 306.11º | 0.82% | 0.52% | - |
| XYZ | 13.29 | 6.94 | 18.73 | - |
| YUV | 67.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 121 | 0 | 0.82 | 0.08 | 0.48 | 306.11 | 0.69 | 0.31 |
| Hex | 84 | 18 | 79 | 0 | 52 | 8 | 30 | 132 | 45 | 1F |
| Octal | 204 | 30 | 171 | 0 | 122 | 10 | 60 | 462 | 105 | 37 |
| Binary | 10000100 | 11000 | 1111001 | 0 | 1010010 | 1000 | 110000 | 100110010 | 1000101 | 11111 |
Color Harmonies of #841879
Complementary color
Monochromatic Colors of #841879
Black with #841879
Text Example
Text Example
White with #841879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841879; }
p { color: rgb(132,24,121); }
H1.HeaderClassName
{
color: #841879;
}
.AnyTagClassName
{
color: #841879;
}
</style>
background-color css
<style>
a { background-color: #841879; }
a { background-color: rgb(132,24,121); }
div.DivClassName
{
background-color: #841879;
}
.BgClassName
{
background-color: #841879;
}
</style>
border-color css
<style>
span { border-color: #841879; }
span { border-color: rgb(132,24,121); }
td.TdClassName
{
border-color: #841879;
}
.TagClassName
{
border-color: #841879;
}
</style>