Shades of Dark Purple #843372
Tints of Dark Purple #843372
RGB
CMYK
RGB Variations
Color information
#843372 (or 0x843372) is known color: Dark Purple. HEX triplet: 84, 33 and 72. RGB value is (132,51,114). Sum of RGB (Red+Green+Blue) = 132+51+114=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #843372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843372 is #7BCC8D. Grayscale: #525252. Windows color (decimal): -8113294 or 7484292. OLE color: 7484292.
HSL color Cylindrical-coordinate representation of color #843372: hue angle of 313.33º degrees, saturation: 0.44, 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 #843372 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 114 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.48 |
| HSL | 313.33º | 0.44% | 0.36% | - |
| HSV(B) | 313.33º | 0.61% | 0.52% | - |
| XYZ | 13.74 | 8.49 | 16.83 | - |
| YUV | 82.4 | 145.84 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 114 | 0 | 0.61 | 0.14 | 0.48 | 313.33 | 0.44 | 0.36 |
| Hex | 84 | 33 | 72 | 0 | 3D | E | 30 | 139 | 2C | 24 |
| Octal | 204 | 63 | 162 | 0 | 75 | 16 | 60 | 471 | 54 | 44 |
| Binary | 10000100 | 110011 | 1110010 | 0 | 111101 | 1110 | 110000 | 100111001 | 101100 | 100100 |
Color Harmonies of #843372
Complementary color
Monochromatic Colors of #843372
Black with #843372
Text Example
Text Example
White with #843372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843372; }
p { color: rgb(132,51,114); }
H1.HeaderClassName
{
color: #843372;
}
.AnyTagClassName
{
color: #843372;
}
</style>
background-color css
<style>
a { background-color: #843372; }
a { background-color: rgb(132,51,114); }
div.DivClassName
{
background-color: #843372;
}
.BgClassName
{
background-color: #843372;
}
</style>
border-color css
<style>
span { border-color: #843372; }
span { border-color: rgb(132,51,114); }
td.TdClassName
{
border-color: #843372;
}
.TagClassName
{
border-color: #843372;
}
</style>