Shades of Dark Purple #84227C
Tints of Dark Purple #84227C
RGB
CMYK
RGB Variations
Color information
#84227C (or 0x84227C) is known color: Dark Purple. HEX triplet: 84, 22 and 7C. RGB value is (132,34,124). Sum of RGB (Red+Green+Blue) = 132+34+124=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84227C is #7BDD83. Grayscale: #494949. Windows color (decimal): -8117636 or 8135300. OLE color: 8135300.
HSL color Cylindrical-coordinate representation of color #84227C: hue angle of 304.9º 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 #84227C is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 124 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.48 |
| HSL | 304.9º | 0.59% | 0.33% | - |
| HSV(B) | 304.9º | 0.74% | 0.52% | - |
| XYZ | 13.73 | 7.5 | 19.79 | - |
| YUV | 73.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 124 | 0 | 0.74 | 0.06 | 0.48 | 304.9 | 0.59 | 0.33 |
| Hex | 84 | 22 | 7C | 0 | 4A | 6 | 30 | 131 | 3B | 21 |
| Octal | 204 | 42 | 174 | 0 | 112 | 6 | 60 | 461 | 73 | 41 |
| Binary | 10000100 | 100010 | 1111100 | 0 | 1001010 | 110 | 110000 | 100110001 | 111011 | 100001 |
Color Harmonies of #84227C
Complementary color
Monochromatic Colors of #84227C
Black with #84227C
Text Example
Text Example
White with #84227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84227C; }
p { color: rgb(132,34,124); }
H1.HeaderClassName
{
color: #84227C;
}
.AnyTagClassName
{
color: #84227C;
}
</style>
background-color css
<style>
a { background-color: #84227C; }
a { background-color: rgb(132,34,124); }
div.DivClassName
{
background-color: #84227C;
}
.BgClassName
{
background-color: #84227C;
}
</style>
border-color css
<style>
span { border-color: #84227C; }
span { border-color: rgb(132,34,124); }
td.TdClassName
{
border-color: #84227C;
}
.TagClassName
{
border-color: #84227C;
}
</style>