Shades of Dark Purple #84276C
Tints of Dark Purple #84276C
RGB
CMYK
RGB Variations
Color information
#84276C (or 0x84276C) is known color: Dark Purple. HEX triplet: 84, 27 and 6C. RGB value is (132,39,108). Sum of RGB (Red+Green+Blue) = 132+39+108=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84276C is #7BD893. Grayscale: #4A4A4A. Windows color (decimal): -8116372 or 7088004. OLE color: 7088004.
HSL color Cylindrical-coordinate representation of color #84276C: hue angle of 315.48º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84276C is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 108 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.48 |
| HSL | 315.48º | 0.54% | 0.34% | - |
| HSV(B) | 315.48º | 0.7% | 0.52% | - |
| XYZ | 12.95 | 7.44 | 14.94 | - |
| YUV | 74.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 108 | 0 | 0.70 | 0.18 | 0.48 | 315.48 | 0.54 | 0.34 |
| Hex | 84 | 27 | 6C | 0 | 46 | 12 | 30 | 13B | 36 | 22 |
| Octal | 204 | 47 | 154 | 0 | 106 | 22 | 60 | 473 | 66 | 42 |
| Binary | 10000100 | 100111 | 1101100 | 0 | 1000110 | 10010 | 110000 | 100111011 | 110110 | 100010 |
Color Harmonies of #84276C
Complementary color
Monochromatic Colors of #84276C
Black with #84276C
Text Example
Text Example
White with #84276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84276C; }
p { color: rgb(132,39,108); }
H1.HeaderClassName
{
color: #84276C;
}
.AnyTagClassName
{
color: #84276C;
}
</style>
background-color css
<style>
a { background-color: #84276C; }
a { background-color: rgb(132,39,108); }
div.DivClassName
{
background-color: #84276C;
}
.BgClassName
{
background-color: #84276C;
}
</style>
border-color css
<style>
span { border-color: #84276C; }
span { border-color: rgb(132,39,108); }
td.TdClassName
{
border-color: #84276C;
}
.TagClassName
{
border-color: #84276C;
}
</style>