Shades of Dark Purple #84277E
Tints of Dark Purple #84277E
RGB
CMYK
RGB Variations
Color information
#84277E (or 0x84277E) is known color: Dark Purple. HEX triplet: 84, 27 and 7E. RGB value is (132,39,126). Sum of RGB (Red+Green+Blue) = 132+39+126=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84277E is #7BD881. Grayscale: #4C4C4C. Windows color (decimal): -8116354 or 8267652. OLE color: 8267652.
HSL color Cylindrical-coordinate representation of color #84277E: hue angle of 303.87º 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 #84277E is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 126 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.48 |
| HSL | 303.87º | 0.54% | 0.34% | - |
| HSV(B) | 303.87º | 0.7% | 0.52% | - |
| XYZ | 14.01 | 7.86 | 20.52 | - |
| YUV | 76.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 126 | 0 | 0.70 | 0.05 | 0.48 | 303.87 | 0.54 | 0.34 |
| Hex | 84 | 27 | 7E | 0 | 46 | 5 | 30 | 130 | 36 | 22 |
| Octal | 204 | 47 | 176 | 0 | 106 | 5 | 60 | 460 | 66 | 42 |
| Binary | 10000100 | 100111 | 1111110 | 0 | 1000110 | 101 | 110000 | 100110000 | 110110 | 100010 |
Color Harmonies of #84277E
Complementary color
Monochromatic Colors of #84277E
Black with #84277E
Text Example
Text Example
White with #84277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84277E; }
p { color: rgb(132,39,126); }
H1.HeaderClassName
{
color: #84277E;
}
.AnyTagClassName
{
color: #84277E;
}
</style>
background-color css
<style>
a { background-color: #84277E; }
a { background-color: rgb(132,39,126); }
div.DivClassName
{
background-color: #84277E;
}
.BgClassName
{
background-color: #84277E;
}
</style>
border-color css
<style>
span { border-color: #84277E; }
span { border-color: rgb(132,39,126); }
td.TdClassName
{
border-color: #84277E;
}
.TagClassName
{
border-color: #84277E;
}
</style>