Shades of Dark Purple #843574
Tints of Dark Purple #843574
RGB
CMYK
RGB Variations
Color information
#843574 (or 0x843574) is known color: Dark Purple. HEX triplet: 84, 35 and 74. RGB value is (132,53,116). Sum of RGB (Red+Green+Blue) = 132+53+116=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #843574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843574 is #7BCA8B. Grayscale: #535353. Windows color (decimal): -8112780 or 7615876. OLE color: 7615876.
HSL color Cylindrical-coordinate representation of color #843574: hue angle of 312.15º 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 #843574 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 53 | 116 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.48 |
| HSL | 312.15º | 0.43% | 0.36% | - |
| HSV(B) | 312.15º | 0.6% | 0.52% | - |
| XYZ | 13.94 | 8.71 | 17.47 | - |
| YUV | 83.8 | 146.17 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 116 | 0 | 0.60 | 0.12 | 0.48 | 312.15 | 0.43 | 0.36 |
| Hex | 84 | 35 | 74 | 0 | 3C | C | 30 | 138 | 2B | 24 |
| Octal | 204 | 65 | 164 | 0 | 74 | 14 | 60 | 470 | 53 | 44 |
| Binary | 10000100 | 110101 | 1110100 | 0 | 111100 | 1100 | 110000 | 100111000 | 101011 | 100100 |
Color Harmonies of #843574
Complementary color
Monochromatic Colors of #843574
Black with #843574
Text Example
Text Example
White with #843574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843574; }
p { color: rgb(132,53,116); }
H1.HeaderClassName
{
color: #843574;
}
.AnyTagClassName
{
color: #843574;
}
</style>
background-color css
<style>
a { background-color: #843574; }
a { background-color: rgb(132,53,116); }
div.DivClassName
{
background-color: #843574;
}
.BgClassName
{
background-color: #843574;
}
</style>
border-color css
<style>
span { border-color: #843574; }
span { border-color: rgb(132,53,116); }
td.TdClassName
{
border-color: #843574;
}
.TagClassName
{
border-color: #843574;
}
</style>