Shades of Dark Purple #84227E
Tints of Dark Purple #84227E
RGB
CMYK
RGB Variations
Color information
#84227E (or 0x84227E) is known color: Dark Purple. HEX triplet: 84, 22 and 7E. RGB value is (132,34,126). Sum of RGB (Red+Green+Blue) = 132+34+126=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84227E is #7BDD81. Grayscale: #494949. Windows color (decimal): -8117634 or 8266372. OLE color: 8266372.
HSL color Cylindrical-coordinate representation of color #84227E: hue angle of 303.67º 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 #84227E is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 126 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.48 |
| HSL | 303.67º | 0.59% | 0.33% | - |
| HSV(B) | 303.67º | 0.74% | 0.52% | - |
| XYZ | 13.85 | 7.56 | 20.47 | - |
| YUV | 73.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 126 | 0 | 0.74 | 0.05 | 0.48 | 303.67 | 0.59 | 0.33 |
| Hex | 84 | 22 | 7E | 0 | 4A | 5 | 30 | 130 | 3B | 21 |
| Octal | 204 | 42 | 176 | 0 | 112 | 5 | 60 | 460 | 73 | 41 |
| Binary | 10000100 | 100010 | 1111110 | 0 | 1001010 | 101 | 110000 | 100110000 | 111011 | 100001 |
Color Harmonies of #84227E
Complementary color
Monochromatic Colors of #84227E
Black with #84227E
Text Example
Text Example
White with #84227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84227E; }
p { color: rgb(132,34,126); }
H1.HeaderClassName
{
color: #84227E;
}
.AnyTagClassName
{
color: #84227E;
}
</style>
background-color css
<style>
a { background-color: #84227E; }
a { background-color: rgb(132,34,126); }
div.DivClassName
{
background-color: #84227E;
}
.BgClassName
{
background-color: #84227E;
}
</style>
border-color css
<style>
span { border-color: #84227E; }
span { border-color: rgb(132,34,126); }
td.TdClassName
{
border-color: #84227E;
}
.TagClassName
{
border-color: #84227E;
}
</style>