Shades of Purple #840077
Tints of Purple #840077
RGB
CMYK
RGB Variations
Color information
#840077 (or 0x840077) is known color: Purple. HEX triplet: 84, 00 and 77. RGB value is (132,0,119). Sum of RGB (Red+Green+Blue) = 132+0+119=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #840077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840077 is #7BFF88. Grayscale: #343434. Windows color (decimal): -8126345 or 7798916. OLE color: 7798916.
HSL color Cylindrical-coordinate representation of color #840077: hue angle of 305.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840077 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.10 | 0.48 |
| HSL | 305.91º | 1% | 0.26% | - |
| HSV(B) | 305.91º | 1% | 0.52% | - |
| XYZ | 12.85 | 6.24 | 17.98 | - |
| YUV | 53.03 | 165.23 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 119 | 0 | 1 | 0.10 | 0.48 | 305.91 | 1 | 0.26 |
| Hex | 84 | 0 | 77 | 0 | 64 | A | 30 | 132 | 64 | 1A |
| Octal | 204 | 0 | 167 | 0 | 144 | 12 | 60 | 462 | 144 | 32 |
| Binary | 10000100 | 0 | 1110111 | 0 | 1100100 | 1010 | 110000 | 100110010 | 1100100 | 11010 |
Color Harmonies of #840077
Complementary color
Monochromatic Colors of #840077
Black with #840077
Text Example
Text Example
White with #840077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840077; }
p { color: rgb(132,0,119); }
H1.HeaderClassName
{
color: #840077;
}
.AnyTagClassName
{
color: #840077;
}
</style>
background-color css
<style>
a { background-color: #840077; }
a { background-color: rgb(132,0,119); }
div.DivClassName
{
background-color: #840077;
}
.BgClassName
{
background-color: #840077;
}
</style>
border-color css
<style>
span { border-color: #840077; }
span { border-color: rgb(132,0,119); }
td.TdClassName
{
border-color: #840077;
}
.TagClassName
{
border-color: #840077;
}
</style>