Shades of Dark Purple #841478
Tints of Dark Purple #841478
RGB
CMYK
RGB Variations
Color information
#841478 (or 0x841478) is known color: Dark Purple. HEX triplet: 84, 14 and 78. RGB value is (132,20,120). Sum of RGB (Red+Green+Blue) = 132+20+120=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #841478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841478 is #7BEB87. Grayscale: #404040. Windows color (decimal): -8121224 or 7869572. OLE color: 7869572.
HSL color Cylindrical-coordinate representation of color #841478: hue angle of 306.43º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841478 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 120 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.48 |
| HSL | 306.43º | 0.74% | 0.3% | - |
| HSV(B) | 306.43º | 0.85% | 0.52% | - |
| XYZ | 13.16 | 6.76 | 18.38 | - |
| YUV | 64.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 120 | 0 | 0.85 | 0.09 | 0.48 | 306.43 | 0.74 | 0.3 |
| Hex | 84 | 14 | 78 | 0 | 55 | 9 | 30 | 132 | 4A | 1E |
| Octal | 204 | 24 | 170 | 0 | 125 | 11 | 60 | 462 | 112 | 36 |
| Binary | 10000100 | 10100 | 1111000 | 0 | 1010101 | 1001 | 110000 | 100110010 | 1001010 | 11110 |
Color Harmonies of #841478
Complementary color
Monochromatic Colors of #841478
Black with #841478
Text Example
Text Example
White with #841478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841478; }
p { color: rgb(132,20,120); }
H1.HeaderClassName
{
color: #841478;
}
.AnyTagClassName
{
color: #841478;
}
</style>
background-color css
<style>
a { background-color: #841478; }
a { background-color: rgb(132,20,120); }
div.DivClassName
{
background-color: #841478;
}
.BgClassName
{
background-color: #841478;
}
</style>
border-color css
<style>
span { border-color: #841478; }
span { border-color: rgb(132,20,120); }
td.TdClassName
{
border-color: #841478;
}
.TagClassName
{
border-color: #841478;
}
</style>