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