Shades of Dark Purple #842C7B
Tints of Dark Purple #842C7B
RGB
CMYK
RGB Variations
Color information
#842C7B (or 0x842C7B) is known color: Dark Purple. HEX triplet: 84, 2C and 7B. RGB value is (132,44,123). Sum of RGB (Red+Green+Blue) = 132+44+123=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #842C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C7B is #7BD384. Grayscale: #4F4F4F. Windows color (decimal): -8115077 or 8072324. OLE color: 8072324.
HSL color Cylindrical-coordinate representation of color #842C7B: hue angle of 306.14º 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 #842C7B is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 44 | 123 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.48 |
| HSL | 306.14º | 0.5% | 0.35% | - |
| HSV(B) | 306.14º | 0.67% | 0.52% | - |
| XYZ | 13.99 | 8.14 | 19.57 | - |
| YUV | 79.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 123 | 0 | 0.67 | 0.07 | 0.48 | 306.14 | 0.5 | 0.35 |
| Hex | 84 | 2C | 7B | 0 | 43 | 7 | 30 | 132 | 32 | 23 |
| Octal | 204 | 54 | 173 | 0 | 103 | 7 | 60 | 462 | 62 | 43 |
| Binary | 10000100 | 101100 | 1111011 | 0 | 1000011 | 111 | 110000 | 100110010 | 110010 | 100011 |
Color Harmonies of #842C7B
Complementary color
Monochromatic Colors of #842C7B
Black with #842C7B
Text Example
Text Example
White with #842C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C7B; }
p { color: rgb(132,44,123); }
H1.HeaderClassName
{
color: #842C7B;
}
.AnyTagClassName
{
color: #842C7B;
}
</style>
background-color css
<style>
a { background-color: #842C7B; }
a { background-color: rgb(132,44,123); }
div.DivClassName
{
background-color: #842C7B;
}
.BgClassName
{
background-color: #842C7B;
}
</style>
border-color css
<style>
span { border-color: #842C7B; }
span { border-color: rgb(132,44,123); }
td.TdClassName
{
border-color: #842C7B;
}
.TagClassName
{
border-color: #842C7B;
}
</style>