Shades of Dark Purple #842272
Tints of Dark Purple #842272
RGB
CMYK
RGB Variations
Color information
#842272 (or 0x842272) is known color: Dark Purple. HEX triplet: 84, 22 and 72. RGB value is (132,34,114). Sum of RGB (Red+Green+Blue) = 132+34+114=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #842272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842272 is #7BDD8D. Grayscale: #484848. Windows color (decimal): -8117646 or 7479940. OLE color: 7479940.
HSL color Cylindrical-coordinate representation of color #842272: hue angle of 311.02º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842272 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 114 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.48 |
| HSL | 311.02º | 0.59% | 0.33% | - |
| HSV(B) | 311.02º | 0.74% | 0.52% | - |
| XYZ | 13.13 | 7.26 | 16.63 | - |
| YUV | 72.42 | 151.47 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 114 | 0 | 0.74 | 0.14 | 0.48 | 311.02 | 0.59 | 0.33 |
| Hex | 84 | 22 | 72 | 0 | 4A | E | 30 | 137 | 3B | 21 |
| Octal | 204 | 42 | 162 | 0 | 112 | 16 | 60 | 467 | 73 | 41 |
| Binary | 10000100 | 100010 | 1110010 | 0 | 1001010 | 1110 | 110000 | 100110111 | 111011 | 100001 |
Color Harmonies of #842272
Complementary color
Monochromatic Colors of #842272
Black with #842272
Text Example
Text Example
White with #842272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842272; }
p { color: rgb(132,34,114); }
H1.HeaderClassName
{
color: #842272;
}
.AnyTagClassName
{
color: #842272;
}
</style>
background-color css
<style>
a { background-color: #842272; }
a { background-color: rgb(132,34,114); }
div.DivClassName
{
background-color: #842272;
}
.BgClassName
{
background-color: #842272;
}
</style>
border-color css
<style>
span { border-color: #842272; }
span { border-color: rgb(132,34,114); }
td.TdClassName
{
border-color: #842272;
}
.TagClassName
{
border-color: #842272;
}
</style>