Shades of Dark Purple #841973
Tints of Dark Purple #841973
RGB
CMYK
RGB Variations
Color information
#841973 (or 0x841973) is known color: Dark Purple. HEX triplet: 84, 19 and 73. RGB value is (132,25,115). Sum of RGB (Red+Green+Blue) = 132+25+115=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #841973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841973 is #7BE68C. Grayscale: #434343. Windows color (decimal): -8119949 or 7543172. OLE color: 7543172.
HSL color Cylindrical-coordinate representation of color #841973: hue angle of 309.53º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841973 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 115 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.48 |
| HSL | 309.53º | 0.68% | 0.31% | - |
| HSV(B) | 309.53º | 0.81% | 0.52% | - |
| XYZ | 12.96 | 6.84 | 16.86 | - |
| YUV | 67.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 115 | 0 | 0.81 | 0.13 | 0.48 | 309.53 | 0.68 | 0.31 |
| Hex | 84 | 19 | 73 | 0 | 51 | D | 30 | 136 | 44 | 1F |
| Octal | 204 | 31 | 163 | 0 | 121 | 15 | 60 | 466 | 104 | 37 |
| Binary | 10000100 | 11001 | 1110011 | 0 | 1010001 | 1101 | 110000 | 100110110 | 1000100 | 11111 |
Color Harmonies of #841973
Complementary color
Monochromatic Colors of #841973
Black with #841973
Text Example
Text Example
White with #841973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841973; }
p { color: rgb(132,25,115); }
H1.HeaderClassName
{
color: #841973;
}
.AnyTagClassName
{
color: #841973;
}
</style>
background-color css
<style>
a { background-color: #841973; }
a { background-color: rgb(132,25,115); }
div.DivClassName
{
background-color: #841973;
}
.BgClassName
{
background-color: #841973;
}
</style>
border-color css
<style>
span { border-color: #841973; }
span { border-color: rgb(132,25,115); }
td.TdClassName
{
border-color: #841973;
}
.TagClassName
{
border-color: #841973;
}
</style>