Shades of Dark Purple #844072
Tints of Dark Purple #844072
RGB
CMYK
RGB Variations
Color information
#844072 (or 0x844072) is known color: Dark Purple. HEX triplet: 84, 40 and 72. RGB value is (132,64,114). Sum of RGB (Red+Green+Blue) = 132+64+114=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #844072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844072 is #7BBF8D. Grayscale: #595959. Windows color (decimal): -8109966 or 7487620. OLE color: 7487620.
HSL color Cylindrical-coordinate representation of color #844072: hue angle of 315.88º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844072 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 114 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.48 |
| HSL | 315.88º | 0.35% | 0.38% | - |
| HSV(B) | 315.88º | 0.52% | 0.52% | - |
| XYZ | 14.39 | 9.79 | 17.05 | - |
| YUV | 90.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 114 | 0 | 0.52 | 0.14 | 0.48 | 315.88 | 0.35 | 0.38 |
| Hex | 84 | 40 | 72 | 0 | 34 | E | 30 | 13C | 23 | 26 |
| Octal | 204 | 100 | 162 | 0 | 64 | 16 | 60 | 474 | 43 | 46 |
| Binary | 10000100 | 1000000 | 1110010 | 0 | 110100 | 1110 | 110000 | 100111100 | 100011 | 100110 |
Color Harmonies of #844072
Complementary color
Monochromatic Colors of #844072
Black with #844072
Text Example
Text Example
White with #844072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844072; }
p { color: rgb(132,64,114); }
H1.HeaderClassName
{
color: #844072;
}
.AnyTagClassName
{
color: #844072;
}
</style>
background-color css
<style>
a { background-color: #844072; }
a { background-color: rgb(132,64,114); }
div.DivClassName
{
background-color: #844072;
}
.BgClassName
{
background-color: #844072;
}
</style>
border-color css
<style>
span { border-color: #844072; }
span { border-color: rgb(132,64,114); }
td.TdClassName
{
border-color: #844072;
}
.TagClassName
{
border-color: #844072;
}
</style>