Shades of Dark Purple #84376D
Tints of Dark Purple #84376D
RGB
CMYK
RGB Variations
Color information
#84376D (or 0x84376D) is known color: Dark Purple. HEX triplet: 84, 37 and 6D. RGB value is (132,55,109). Sum of RGB (Red+Green+Blue) = 132+55+109=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84376D is #7BC892. Grayscale: #545454. Windows color (decimal): -8112275 or 7157636. OLE color: 7157636.
HSL color Cylindrical-coordinate representation of color #84376D: hue angle of 317.92º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84376D is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 55 | 109 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.48 |
| HSL | 317.92º | 0.41% | 0.37% | - |
| HSV(B) | 317.92º | 0.58% | 0.52% | - |
| XYZ | 13.64 | 8.74 | 15.44 | - |
| YUV | 84.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 109 | 0 | 0.58 | 0.17 | 0.48 | 317.92 | 0.41 | 0.37 |
| Hex | 84 | 37 | 6D | 0 | 3A | 11 | 30 | 13E | 29 | 25 |
| Octal | 204 | 67 | 155 | 0 | 72 | 21 | 60 | 476 | 51 | 45 |
| Binary | 10000100 | 110111 | 1101101 | 0 | 111010 | 10001 | 110000 | 100111110 | 101001 | 100101 |
Color Harmonies of #84376D
Complementary color
Monochromatic Colors of #84376D
Black with #84376D
Text Example
Text Example
White with #84376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84376D; }
p { color: rgb(132,55,109); }
H1.HeaderClassName
{
color: #84376D;
}
.AnyTagClassName
{
color: #84376D;
}
</style>
background-color css
<style>
a { background-color: #84376D; }
a { background-color: rgb(132,55,109); }
div.DivClassName
{
background-color: #84376D;
}
.BgClassName
{
background-color: #84376D;
}
</style>
border-color css
<style>
span { border-color: #84376D; }
span { border-color: rgb(132,55,109); }
td.TdClassName
{
border-color: #84376D;
}
.TagClassName
{
border-color: #84376D;
}
</style>