Shades of Dark Purple #842C6D
Tints of Dark Purple #842C6D
RGB
CMYK
RGB Variations
Color information
#842C6D (or 0x842C6D) is known color: Dark Purple. HEX triplet: 84, 2C and 6D. RGB value is (132,44,109). Sum of RGB (Red+Green+Blue) = 132+44+109=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #842C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C6D is #7BD392. Grayscale: #4D4D4D. Windows color (decimal): -8115091 or 7154820. OLE color: 7154820.
HSL color Cylindrical-coordinate representation of color #842C6D: hue angle of 315.68º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842C6D is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 44 | 109 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.48 |
| HSL | 315.68º | 0.5% | 0.35% | - |
| HSV(B) | 315.68º | 0.67% | 0.52% | - |
| XYZ | 13.18 | 7.81 | 15.28 | - |
| YUV | 77.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 109 | 0 | 0.67 | 0.17 | 0.48 | 315.68 | 0.5 | 0.35 |
| Hex | 84 | 2C | 6D | 0 | 43 | 11 | 30 | 13C | 32 | 23 |
| Octal | 204 | 54 | 155 | 0 | 103 | 21 | 60 | 474 | 62 | 43 |
| Binary | 10000100 | 101100 | 1101101 | 0 | 1000011 | 10001 | 110000 | 100111100 | 110010 | 100011 |
Color Harmonies of #842C6D
Complementary color
Monochromatic Colors of #842C6D
Black with #842C6D
Text Example
Text Example
White with #842C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C6D; }
p { color: rgb(132,44,109); }
H1.HeaderClassName
{
color: #842C6D;
}
.AnyTagClassName
{
color: #842C6D;
}
</style>
background-color css
<style>
a { background-color: #842C6D; }
a { background-color: rgb(132,44,109); }
div.DivClassName
{
background-color: #842C6D;
}
.BgClassName
{
background-color: #842C6D;
}
</style>
border-color css
<style>
span { border-color: #842C6D; }
span { border-color: rgb(132,44,109); }
td.TdClassName
{
border-color: #842C6D;
}
.TagClassName
{
border-color: #842C6D;
}
</style>