Shades of Dark Purple #842572
Tints of Dark Purple #842572
RGB
CMYK
RGB Variations
Color information
#842572 (or 0x842572) is known color: Dark Purple. HEX triplet: 84, 25 and 72. RGB value is (132,37,114). Sum of RGB (Red+Green+Blue) = 132+37+114=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #842572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842572 is #7BDA8D. Grayscale: #494949. Windows color (decimal): -8116878 or 7480708. OLE color: 7480708.
HSL color Cylindrical-coordinate representation of color #842572: hue angle of 311.37º 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 #842572 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 37 | 114 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.48 |
| HSL | 311.37º | 0.56% | 0.33% | - |
| HSV(B) | 311.37º | 0.72% | 0.52% | - |
| XYZ | 13.21 | 7.44 | 16.66 | - |
| YUV | 74.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 114 | 0 | 0.72 | 0.14 | 0.48 | 311.37 | 0.56 | 0.33 |
| Hex | 84 | 25 | 72 | 0 | 48 | E | 30 | 137 | 38 | 21 |
| Octal | 204 | 45 | 162 | 0 | 110 | 16 | 60 | 467 | 70 | 41 |
| Binary | 10000100 | 100101 | 1110010 | 0 | 1001000 | 1110 | 110000 | 100110111 | 111000 | 100001 |
Color Harmonies of #842572
Complementary color
Monochromatic Colors of #842572
Black with #842572
Text Example
Text Example
White with #842572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842572; }
p { color: rgb(132,37,114); }
H1.HeaderClassName
{
color: #842572;
}
.AnyTagClassName
{
color: #842572;
}
</style>
background-color css
<style>
a { background-color: #842572; }
a { background-color: rgb(132,37,114); }
div.DivClassName
{
background-color: #842572;
}
.BgClassName
{
background-color: #842572;
}
</style>
border-color css
<style>
span { border-color: #842572; }
span { border-color: rgb(132,37,114); }
td.TdClassName
{
border-color: #842572;
}
.TagClassName
{
border-color: #842572;
}
</style>