Shades of Dark Purple #843C7A
Tints of Dark Purple #843C7A
RGB
CMYK
RGB Variations
Color information
#843C7A (or 0x843C7A) is known color: Dark Purple. HEX triplet: 84, 3C and 7A. RGB value is (132,60,122). Sum of RGB (Red+Green+Blue) = 132+60+122=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #843C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843C7A is #7BC385. Grayscale: #585858. Windows color (decimal): -8110982 or 8010884. OLE color: 8010884.
HSL color Cylindrical-coordinate representation of color #843C7A: hue angle of 308.33º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #843C7A is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 122 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.48 |
| HSL | 308.33º | 0.38% | 0.38% | - |
| HSV(B) | 308.33º | 0.55% | 0.52% | - |
| XYZ | 14.64 | 9.54 | 19.48 | - |
| YUV | 88.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 122 | 0 | 0.55 | 0.08 | 0.48 | 308.33 | 0.38 | 0.38 |
| Hex | 84 | 3C | 7A | 0 | 37 | 8 | 30 | 134 | 26 | 26 |
| Octal | 204 | 74 | 172 | 0 | 67 | 10 | 60 | 464 | 46 | 46 |
| Binary | 10000100 | 111100 | 1111010 | 0 | 110111 | 1000 | 110000 | 100110100 | 100110 | 100110 |
Color Harmonies of #843C7A
Complementary color
Monochromatic Colors of #843C7A
Black with #843C7A
Text Example
Text Example
White with #843C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C7A; }
p { color: rgb(132,60,122); }
H1.HeaderClassName
{
color: #843C7A;
}
.AnyTagClassName
{
color: #843C7A;
}
</style>
background-color css
<style>
a { background-color: #843C7A; }
a { background-color: rgb(132,60,122); }
div.DivClassName
{
background-color: #843C7A;
}
.BgClassName
{
background-color: #843C7A;
}
</style>
border-color css
<style>
span { border-color: #843C7A; }
span { border-color: rgb(132,60,122); }
td.TdClassName
{
border-color: #843C7A;
}
.TagClassName
{
border-color: #843C7A;
}
</style>