Shades of Dark Purple #840C72
Tints of Dark Purple #840C72
RGB
CMYK
RGB Variations
Color information
#840C72 (or 0x840C72) is known color: Dark Purple. HEX triplet: 84, 0C and 72. RGB value is (132,12,114). Sum of RGB (Red+Green+Blue) = 132+12+114=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #840C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C72 is #7BF38D. Grayscale: #3B3B3B. Windows color (decimal): -8123278 or 7474308. OLE color: 7474308.
HSL color Cylindrical-coordinate representation of color #840C72: hue angle of 309º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840C72 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 12 | 114 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.48 |
| HSL | 309º | 0.83% | 0.28% | - |
| HSV(B) | 309º | 0.91% | 0.52% | - |
| XYZ | 12.68 | 6.38 | 16.48 | - |
| YUV | 59.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 114 | 0 | 0.91 | 0.14 | 0.48 | 309 | 0.83 | 0.28 |
| Hex | 84 | C | 72 | 0 | 5B | E | 30 | 135 | 53 | 1C |
| Octal | 204 | 14 | 162 | 0 | 133 | 16 | 60 | 465 | 123 | 34 |
| Binary | 10000100 | 1100 | 1110010 | 0 | 1011011 | 1110 | 110000 | 100110101 | 1010011 | 11100 |
Color Harmonies of #840C72
Complementary color
Monochromatic Colors of #840C72
Black with #840C72
Text Example
Text Example
White with #840C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840C72; }
p { color: rgb(132,12,114); }
H1.HeaderClassName
{
color: #840C72;
}
.AnyTagClassName
{
color: #840C72;
}
</style>
background-color css
<style>
a { background-color: #840C72; }
a { background-color: rgb(132,12,114); }
div.DivClassName
{
background-color: #840C72;
}
.BgClassName
{
background-color: #840C72;
}
</style>
border-color css
<style>
span { border-color: #840C72; }
span { border-color: rgb(132,12,114); }
td.TdClassName
{
border-color: #840C72;
}
.TagClassName
{
border-color: #840C72;
}
</style>