Shades of Dark Purple #842573
Tints of Dark Purple #842573
RGB
CMYK
RGB Variations
Color information
#842573 (or 0x842573) is known color: Dark Purple. HEX triplet: 84, 25 and 73. RGB value is (132,37,115). Sum of RGB (Red+Green+Blue) = 132+37+115=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #842573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842573 is #7BDA8C. Grayscale: #4A4A4A. Windows color (decimal): -8116877 or 7546244. OLE color: 7546244.
HSL color Cylindrical-coordinate representation of color #842573: hue angle of 310.74º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842573 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 37 | 115 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.48 |
| HSL | 310.74º | 0.56% | 0.33% | - |
| HSV(B) | 310.74º | 0.72% | 0.52% | - |
| XYZ | 13.27 | 7.47 | 16.96 | - |
| YUV | 74.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 115 | 0 | 0.72 | 0.13 | 0.48 | 310.74 | 0.56 | 0.33 |
| Hex | 84 | 25 | 73 | 0 | 48 | D | 30 | 137 | 38 | 21 |
| Octal | 204 | 45 | 163 | 0 | 110 | 15 | 60 | 467 | 70 | 41 |
| Binary | 10000100 | 100101 | 1110011 | 0 | 1001000 | 1101 | 110000 | 100110111 | 111000 | 100001 |
Color Harmonies of #842573
Complementary color
Monochromatic Colors of #842573
Black with #842573
Text Example
Text Example
White with #842573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842573; }
p { color: rgb(132,37,115); }
H1.HeaderClassName
{
color: #842573;
}
.AnyTagClassName
{
color: #842573;
}
</style>
background-color css
<style>
a { background-color: #842573; }
a { background-color: rgb(132,37,115); }
div.DivClassName
{
background-color: #842573;
}
.BgClassName
{
background-color: #842573;
}
</style>
border-color css
<style>
span { border-color: #842573; }
span { border-color: rgb(132,37,115); }
td.TdClassName
{
border-color: #842573;
}
.TagClassName
{
border-color: #842573;
}
</style>