Shades of Dark Purple #84357E
Tints of Dark Purple #84357E
RGB
CMYK
RGB Variations
Color information
#84357E (or 0x84357E) is known color: Dark Purple. HEX triplet: 84, 35 and 7E. RGB value is (132,53,126). Sum of RGB (Red+Green+Blue) = 132+53+126=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #84357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84357E is #7BCA81. Grayscale: #545454. Windows color (decimal): -8112770 or 8271236. OLE color: 8271236.
HSL color Cylindrical-coordinate representation of color #84357E: hue angle of 304.56º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84357E is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 53 | 126 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.48 |
| HSL | 304.56º | 0.43% | 0.36% | - |
| HSV(B) | 304.56º | 0.6% | 0.52% | - |
| XYZ | 14.55 | 8.96 | 20.7 | - |
| YUV | 84.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 126 | 0 | 0.60 | 0.05 | 0.48 | 304.56 | 0.43 | 0.36 |
| Hex | 84 | 35 | 7E | 0 | 3C | 5 | 30 | 131 | 2B | 24 |
| Octal | 204 | 65 | 176 | 0 | 74 | 5 | 60 | 461 | 53 | 44 |
| Binary | 10000100 | 110101 | 1111110 | 0 | 111100 | 101 | 110000 | 100110001 | 101011 | 100100 |
Color Harmonies of #84357E
Complementary color
Monochromatic Colors of #84357E
Black with #84357E
Text Example
Text Example
White with #84357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84357E; }
p { color: rgb(132,53,126); }
H1.HeaderClassName
{
color: #84357E;
}
.AnyTagClassName
{
color: #84357E;
}
</style>
background-color css
<style>
a { background-color: #84357E; }
a { background-color: rgb(132,53,126); }
div.DivClassName
{
background-color: #84357E;
}
.BgClassName
{
background-color: #84357E;
}
</style>
border-color css
<style>
span { border-color: #84357E; }
span { border-color: rgb(132,53,126); }
td.TdClassName
{
border-color: #84357E;
}
.TagClassName
{
border-color: #84357E;
}
</style>