Shades of Dark Purple #841473
Tints of Dark Purple #841473
RGB
CMYK
RGB Variations
Color information
#841473 (or 0x841473) is known color: Dark Purple. HEX triplet: 84, 14 and 73. RGB value is (132,20,115). Sum of RGB (Red+Green+Blue) = 132+20+115=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #841473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841473 is #7BEB8C. Grayscale: #404040. Windows color (decimal): -8121229 or 7541892. OLE color: 7541892.
HSL color Cylindrical-coordinate representation of color #841473: hue angle of 309.11º 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 #841473 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 115 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.48 |
| HSL | 309.11º | 0.74% | 0.3% | - |
| HSV(B) | 309.11º | 0.85% | 0.52% | - |
| XYZ | 12.86 | 6.64 | 16.82 | - |
| YUV | 64.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 115 | 0 | 0.85 | 0.13 | 0.48 | 309.11 | 0.74 | 0.3 |
| Hex | 84 | 14 | 73 | 0 | 55 | D | 30 | 135 | 4A | 1E |
| Octal | 204 | 24 | 163 | 0 | 125 | 15 | 60 | 465 | 112 | 36 |
| Binary | 10000100 | 10100 | 1110011 | 0 | 1010101 | 1101 | 110000 | 100110101 | 1001010 | 11110 |
Color Harmonies of #841473
Complementary color
Monochromatic Colors of #841473
Black with #841473
Text Example
Text Example
White with #841473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841473; }
p { color: rgb(132,20,115); }
H1.HeaderClassName
{
color: #841473;
}
.AnyTagClassName
{
color: #841473;
}
</style>
background-color css
<style>
a { background-color: #841473; }
a { background-color: rgb(132,20,115); }
div.DivClassName
{
background-color: #841473;
}
.BgClassName
{
background-color: #841473;
}
</style>
border-color css
<style>
span { border-color: #841473; }
span { border-color: rgb(132,20,115); }
td.TdClassName
{
border-color: #841473;
}
.TagClassName
{
border-color: #841473;
}
</style>