Shades of Dark Purple #842A7F
Tints of Dark Purple #842A7F
RGB
CMYK
RGB Variations
Color information
#842A7F (or 0x842A7F) is known color: Dark Purple. HEX triplet: 84, 2A and 7F. RGB value is (132,42,127). Sum of RGB (Red+Green+Blue) = 132+42+127=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #842A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842A7F is #7BD580. Grayscale: #4E4E4E. Windows color (decimal): -8115585 or 8333956. OLE color: 8333956.
HSL color Cylindrical-coordinate representation of color #842A7F: hue angle of 303.33º 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 #842A7F is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 42 | 127 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.48 |
| HSL | 303.33º | 0.52% | 0.34% | - |
| HSV(B) | 303.33º | 0.68% | 0.52% | - |
| XYZ | 14.17 | 8.09 | 20.89 | - |
| YUV | 78.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 127 | 0 | 0.68 | 0.04 | 0.48 | 303.33 | 0.52 | 0.34 |
| Hex | 84 | 2A | 7F | 0 | 44 | 4 | 30 | 12F | 34 | 22 |
| Octal | 204 | 52 | 177 | 0 | 104 | 4 | 60 | 457 | 64 | 42 |
| Binary | 10000100 | 101010 | 1111111 | 0 | 1000100 | 100 | 110000 | 100101111 | 110100 | 100010 |
Color Harmonies of #842A7F
Complementary color
Monochromatic Colors of #842A7F
Black with #842A7F
Text Example
Text Example
White with #842A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842A7F; }
p { color: rgb(132,42,127); }
H1.HeaderClassName
{
color: #842A7F;
}
.AnyTagClassName
{
color: #842A7F;
}
</style>
background-color css
<style>
a { background-color: #842A7F; }
a { background-color: rgb(132,42,127); }
div.DivClassName
{
background-color: #842A7F;
}
.BgClassName
{
background-color: #842A7F;
}
</style>
border-color css
<style>
span { border-color: #842A7F; }
span { border-color: rgb(132,42,127); }
td.TdClassName
{
border-color: #842A7F;
}
.TagClassName
{
border-color: #842A7F;
}
</style>