Shades of Dark Purple #842A6B
Tints of Dark Purple #842A6B
RGB
CMYK
RGB Variations
Color information
#842A6B (or 0x842A6B) is known color: Dark Purple. HEX triplet: 84, 2A and 6B. RGB value is (132,42,107). Sum of RGB (Red+Green+Blue) = 132+42+107=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #842A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842A6B is #7BD594. Grayscale: #4C4C4C. Windows color (decimal): -8115605 or 7023236. OLE color: 7023236.
HSL color Cylindrical-coordinate representation of color #842A6B: hue angle of 316.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #842A6B is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 42 | 107 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.48 |
| HSL | 316.67º | 0.52% | 0.34% | - |
| HSV(B) | 316.67º | 0.68% | 0.52% | - |
| XYZ | 13 | 7.62 | 14.7 | - |
| YUV | 76.32 | 145.32 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 107 | 0 | 0.68 | 0.19 | 0.48 | 316.67 | 0.52 | 0.34 |
| Hex | 84 | 2A | 6B | 0 | 44 | 13 | 30 | 13D | 34 | 22 |
| Octal | 204 | 52 | 153 | 0 | 104 | 23 | 60 | 475 | 64 | 42 |
| Binary | 10000100 | 101010 | 1101011 | 0 | 1000100 | 10011 | 110000 | 100111101 | 110100 | 100010 |
Color Harmonies of #842A6B
Complementary color
Monochromatic Colors of #842A6B
Black with #842A6B
Text Example
Text Example
White with #842A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842A6B; }
p { color: rgb(132,42,107); }
H1.HeaderClassName
{
color: #842A6B;
}
.AnyTagClassName
{
color: #842A6B;
}
</style>
background-color css
<style>
a { background-color: #842A6B; }
a { background-color: rgb(132,42,107); }
div.DivClassName
{
background-color: #842A6B;
}
.BgClassName
{
background-color: #842A6B;
}
</style>
border-color css
<style>
span { border-color: #842A6B; }
span { border-color: rgb(132,42,107); }
td.TdClassName
{
border-color: #842A6B;
}
.TagClassName
{
border-color: #842A6B;
}
</style>