Shades of Purple #840072
Tints of Purple #840072
RGB
CMYK
RGB Variations
Color information
#840072 (or 0x840072) is known color: Purple. HEX triplet: 84, 00 and 72. RGB value is (132,0,114). Sum of RGB (Red+Green+Blue) = 132+0+114=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #840072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840072 is #7BFF8D. Grayscale: #343434. Windows color (decimal): -8126350 or 7471236. OLE color: 7471236.
HSL color Cylindrical-coordinate representation of color #840072: hue angle of 308.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840072 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.14 | 0.48 |
| HSL | 308.18º | 1% | 0.26% | - |
| HSV(B) | 308.18º | 1% | 0.52% | - |
| XYZ | 12.55 | 6.12 | 16.44 | - |
| YUV | 52.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 114 | 0 | 1 | 0.14 | 0.48 | 308.18 | 1 | 0.26 |
| Hex | 84 | 0 | 72 | 0 | 64 | E | 30 | 134 | 64 | 1A |
| Octal | 204 | 0 | 162 | 0 | 144 | 16 | 60 | 464 | 144 | 32 |
| Binary | 10000100 | 0 | 1110010 | 0 | 1100100 | 1110 | 110000 | 100110100 | 1100100 | 11010 |
Color Harmonies of #840072
Complementary color
Monochromatic Colors of #840072
Black with #840072
Text Example
Text Example
White with #840072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840072; }
p { color: rgb(132,0,114); }
H1.HeaderClassName
{
color: #840072;
}
.AnyTagClassName
{
color: #840072;
}
</style>
background-color css
<style>
a { background-color: #840072; }
a { background-color: rgb(132,0,114); }
div.DivClassName
{
background-color: #840072;
}
.BgClassName
{
background-color: #840072;
}
</style>
border-color css
<style>
span { border-color: #840072; }
span { border-color: rgb(132,0,114); }
td.TdClassName
{
border-color: #840072;
}
.TagClassName
{
border-color: #840072;
}
</style>