Shades of Dark Purple #84346F
Tints of Dark Purple #84346F
RGB
CMYK
RGB Variations
Color information
#84346F (or 0x84346F) is known color: Dark Purple. HEX triplet: 84, 34 and 6F. RGB value is (132,52,111). Sum of RGB (Red+Green+Blue) = 132+52+111=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84346F is #7BCB90. Grayscale: #525252. Windows color (decimal): -8113041 or 7287940. OLE color: 7287940.
HSL color Cylindrical-coordinate representation of color #84346F: hue angle of 315.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84346F is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 52 | 111 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.48 |
| HSL | 315.75º | 0.43% | 0.36% | - |
| HSV(B) | 315.75º | 0.61% | 0.52% | - |
| XYZ | 13.61 | 8.51 | 15.96 | - |
| YUV | 82.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 111 | 0 | 0.61 | 0.16 | 0.48 | 315.75 | 0.43 | 0.36 |
| Hex | 84 | 34 | 6F | 0 | 3D | 10 | 30 | 13C | 2B | 24 |
| Octal | 204 | 64 | 157 | 0 | 75 | 20 | 60 | 474 | 53 | 44 |
| Binary | 10000100 | 110100 | 1101111 | 0 | 111101 | 10000 | 110000 | 100111100 | 101011 | 100100 |
Color Harmonies of #84346F
Complementary color
Monochromatic Colors of #84346F
Black with #84346F
Text Example
Text Example
White with #84346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84346F; }
p { color: rgb(132,52,111); }
H1.HeaderClassName
{
color: #84346F;
}
.AnyTagClassName
{
color: #84346F;
}
</style>
background-color css
<style>
a { background-color: #84346F; }
a { background-color: rgb(132,52,111); }
div.DivClassName
{
background-color: #84346F;
}
.BgClassName
{
background-color: #84346F;
}
</style>
border-color css
<style>
span { border-color: #84346F; }
span { border-color: rgb(132,52,111); }
td.TdClassName
{
border-color: #84346F;
}
.TagClassName
{
border-color: #84346F;
}
</style>