Shades of Dark Purple #842B7A
Tints of Dark Purple #842B7A
RGB
CMYK
RGB Variations
Color information
#842B7A (or 0x842B7A) is known color: Dark Purple. HEX triplet: 84, 2B and 7A. RGB value is (132,43,122). Sum of RGB (Red+Green+Blue) = 132+43+122=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #842B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842B7A is #7BD485. Grayscale: #4E4E4E. Windows color (decimal): -8115334 or 8006532. OLE color: 8006532.
HSL color Cylindrical-coordinate representation of color #842B7A: hue angle of 306.74º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842B7A is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 43 | 122 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.48 |
| HSL | 306.74º | 0.51% | 0.34% | - |
| HSV(B) | 306.74º | 0.67% | 0.52% | - |
| XYZ | 13.89 | 8.04 | 19.23 | - |
| YUV | 78.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 122 | 0 | 0.67 | 0.08 | 0.48 | 306.74 | 0.51 | 0.34 |
| Hex | 84 | 2B | 7A | 0 | 43 | 8 | 30 | 133 | 33 | 22 |
| Octal | 204 | 53 | 172 | 0 | 103 | 10 | 60 | 463 | 63 | 42 |
| Binary | 10000100 | 101011 | 1111010 | 0 | 1000011 | 1000 | 110000 | 100110011 | 110011 | 100010 |
Color Harmonies of #842B7A
Complementary color
Monochromatic Colors of #842B7A
Black with #842B7A
Text Example
Text Example
White with #842B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842B7A; }
p { color: rgb(132,43,122); }
H1.HeaderClassName
{
color: #842B7A;
}
.AnyTagClassName
{
color: #842B7A;
}
</style>
background-color css
<style>
a { background-color: #842B7A; }
a { background-color: rgb(132,43,122); }
div.DivClassName
{
background-color: #842B7A;
}
.BgClassName
{
background-color: #842B7A;
}
</style>
border-color css
<style>
span { border-color: #842B7A; }
span { border-color: rgb(132,43,122); }
td.TdClassName
{
border-color: #842B7A;
}
.TagClassName
{
border-color: #842B7A;
}
</style>