Shades of Dark Purple #843472
Tints of Dark Purple #843472
RGB
CMYK
RGB Variations
Color information
#843472 (or 0x843472) is known color: Dark Purple. HEX triplet: 84, 34 and 72. RGB value is (132,52,114). Sum of RGB (Red+Green+Blue) = 132+52+114=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #843472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843472 is #7BCB8D. Grayscale: #525252. Windows color (decimal): -8113038 or 7484548. OLE color: 7484548.
HSL color Cylindrical-coordinate representation of color #843472: hue angle of 313.5º 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 #843472 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 52 | 114 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.48 |
| HSL | 313.5º | 0.43% | 0.36% | - |
| HSV(B) | 313.5º | 0.61% | 0.52% | - |
| XYZ | 13.78 | 8.58 | 16.85 | - |
| YUV | 82.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 114 | 0 | 0.61 | 0.14 | 0.48 | 313.5 | 0.43 | 0.36 |
| Hex | 84 | 34 | 72 | 0 | 3D | E | 30 | 13A | 2B | 24 |
| Octal | 204 | 64 | 162 | 0 | 75 | 16 | 60 | 472 | 53 | 44 |
| Binary | 10000100 | 110100 | 1110010 | 0 | 111101 | 1110 | 110000 | 100111010 | 101011 | 100100 |
Color Harmonies of #843472
Complementary color
Monochromatic Colors of #843472
Black with #843472
Text Example
Text Example
White with #843472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843472; }
p { color: rgb(132,52,114); }
H1.HeaderClassName
{
color: #843472;
}
.AnyTagClassName
{
color: #843472;
}
</style>
background-color css
<style>
a { background-color: #843472; }
a { background-color: rgb(132,52,114); }
div.DivClassName
{
background-color: #843472;
}
.BgClassName
{
background-color: #843472;
}
</style>
border-color css
<style>
span { border-color: #843472; }
span { border-color: rgb(132,52,114); }
td.TdClassName
{
border-color: #843472;
}
.TagClassName
{
border-color: #843472;
}
</style>