Shades of Dark Purple #84376C
Tints of Dark Purple #84376C
RGB
CMYK
RGB Variations
Color information
#84376C (or 0x84376C) is known color: Dark Purple. HEX triplet: 84, 37 and 6C. RGB value is (132,55,108). Sum of RGB (Red+Green+Blue) = 132+55+108=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84376C is #7BC893. Grayscale: #535353. Windows color (decimal): -8112276 or 7092100. OLE color: 7092100.
HSL color Cylindrical-coordinate representation of color #84376C: hue angle of 318.7º 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 #84376C is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 55 | 108 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.48 |
| HSL | 318.7º | 0.41% | 0.37% | - |
| HSV(B) | 318.7º | 0.58% | 0.52% | - |
| XYZ | 13.59 | 8.72 | 15.15 | - |
| YUV | 84.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 108 | 0 | 0.58 | 0.18 | 0.48 | 318.7 | 0.41 | 0.37 |
| Hex | 84 | 37 | 6C | 0 | 3A | 12 | 30 | 13F | 29 | 25 |
| Octal | 204 | 67 | 154 | 0 | 72 | 22 | 60 | 477 | 51 | 45 |
| Binary | 10000100 | 110111 | 1101100 | 0 | 111010 | 10010 | 110000 | 100111111 | 101001 | 100101 |
Color Harmonies of #84376C
Complementary color
Monochromatic Colors of #84376C
Black with #84376C
Text Example
Text Example
White with #84376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84376C; }
p { color: rgb(132,55,108); }
H1.HeaderClassName
{
color: #84376C;
}
.AnyTagClassName
{
color: #84376C;
}
</style>
background-color css
<style>
a { background-color: #84376C; }
a { background-color: rgb(132,55,108); }
div.DivClassName
{
background-color: #84376C;
}
.BgClassName
{
background-color: #84376C;
}
</style>
border-color css
<style>
span { border-color: #84376C; }
span { border-color: rgb(132,55,108); }
td.TdClassName
{
border-color: #84376C;
}
.TagClassName
{
border-color: #84376C;
}
</style>