Shades of Purple #840576
Tints of Purple #840576
RGB
CMYK
RGB Variations
Color information
#840576 (or 0x840576) is known color: Purple. HEX triplet: 84, 05 and 76. RGB value is (132,5,118). Sum of RGB (Red+Green+Blue) = 132+5+118=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #840576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840576 is #7BFA89. Grayscale: #373737. Windows color (decimal): -8125066 or 7734660. OLE color: 7734660.
HSL color Cylindrical-coordinate representation of color #840576: hue angle of 306.61º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840576 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 118 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.48 |
| HSL | 306.61º | 0.93% | 0.27% | - |
| HSV(B) | 306.61º | 0.96% | 0.52% | - |
| XYZ | 12.84 | 6.32 | 17.68 | - |
| YUV | 55.86 | 163.08 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 118 | 0 | 0.96 | 0.11 | 0.48 | 306.61 | 0.93 | 0.27 |
| Hex | 84 | 5 | 76 | 0 | 60 | B | 30 | 133 | 5D | 1B |
| Octal | 204 | 5 | 166 | 0 | 140 | 13 | 60 | 463 | 135 | 33 |
| Binary | 10000100 | 101 | 1110110 | 0 | 1100000 | 1011 | 110000 | 100110011 | 1011101 | 11011 |
Color Harmonies of #840576
Complementary color
Monochromatic Colors of #840576
Black with #840576
Text Example
Text Example
White with #840576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840576; }
p { color: rgb(132,5,118); }
H1.HeaderClassName
{
color: #840576;
}
.AnyTagClassName
{
color: #840576;
}
</style>
background-color css
<style>
a { background-color: #840576; }
a { background-color: rgb(132,5,118); }
div.DivClassName
{
background-color: #840576;
}
.BgClassName
{
background-color: #840576;
}
</style>
border-color css
<style>
span { border-color: #840576; }
span { border-color: rgb(132,5,118); }
td.TdClassName
{
border-color: #840576;
}
.TagClassName
{
border-color: #840576;
}
</style>