Shades of Dark Purple #84127C
Tints of Dark Purple #84127C
RGB
CMYK
RGB Variations
Color information
#84127C (or 0x84127C) is known color: Dark Purple. HEX triplet: 84, 12 and 7C. RGB value is (132,18,124). Sum of RGB (Red+Green+Blue) = 132+18+124=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84127C is #7BED83. Grayscale: #3F3F3F. Windows color (decimal): -8121732 or 8131204. OLE color: 8131204.
HSL color Cylindrical-coordinate representation of color #84127C: hue angle of 304.21º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84127C is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 124 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.48 |
| HSL | 304.21º | 0.76% | 0.29% | - |
| HSV(B) | 304.21º | 0.86% | 0.52% | - |
| XYZ | 13.37 | 6.79 | 19.68 | - |
| YUV | 64.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 124 | 0 | 0.86 | 0.06 | 0.48 | 304.21 | 0.76 | 0.29 |
| Hex | 84 | 12 | 7C | 0 | 56 | 6 | 30 | 130 | 4C | 1D |
| Octal | 204 | 22 | 174 | 0 | 126 | 6 | 60 | 460 | 114 | 35 |
| Binary | 10000100 | 10010 | 1111100 | 0 | 1010110 | 110 | 110000 | 100110000 | 1001100 | 11101 |
Color Harmonies of #84127C
Complementary color
Monochromatic Colors of #84127C
Black with #84127C
Text Example
Text Example
White with #84127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84127C; }
p { color: rgb(132,18,124); }
H1.HeaderClassName
{
color: #84127C;
}
.AnyTagClassName
{
color: #84127C;
}
</style>
background-color css
<style>
a { background-color: #84127C; }
a { background-color: rgb(132,18,124); }
div.DivClassName
{
background-color: #84127C;
}
.BgClassName
{
background-color: #84127C;
}
</style>
border-color css
<style>
span { border-color: #84127C; }
span { border-color: rgb(132,18,124); }
td.TdClassName
{
border-color: #84127C;
}
.TagClassName
{
border-color: #84127C;
}
</style>