Shades of Purple #840482
Tints of Purple #840482
RGB
CMYK
RGB Variations
Color information
#840482 (or 0x840482) is known color: Purple. HEX triplet: 84, 04 and 82. RGB value is (132,4,130). Sum of RGB (Red+Green+Blue) = 132+4+130=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #840482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840482 is #7BFB7D. Grayscale: #383838. Windows color (decimal): -8125310 or 8520836. OLE color: 8520836.
HSL color Cylindrical-coordinate representation of color #840482: hue angle of 300.94º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #840482 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 4 | 130 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.48 |
| HSL | 300.94º | 0.94% | 0.27% | - |
| HSV(B) | 300.94º | 0.97% | 0.52% | - |
| XYZ | 13.59 | 6.6 | 21.68 | - |
| YUV | 56.64 | 169.41 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 130 | 0 | 0.97 | 0.02 | 0.48 | 300.94 | 0.94 | 0.27 |
| Hex | 84 | 4 | 82 | 0 | 61 | 2 | 30 | 12D | 5E | 1B |
| Octal | 204 | 4 | 202 | 0 | 141 | 2 | 60 | 455 | 136 | 33 |
| Binary | 10000100 | 100 | 10000010 | 0 | 1100001 | 10 | 110000 | 100101101 | 1011110 | 11011 |
Color Harmonies of #840482
Complementary color
Monochromatic Colors of #840482
Black with #840482
Text Example
Text Example
White with #840482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840482; }
p { color: rgb(132,4,130); }
H1.HeaderClassName
{
color: #840482;
}
.AnyTagClassName
{
color: #840482;
}
</style>
background-color css
<style>
a { background-color: #840482; }
a { background-color: rgb(132,4,130); }
div.DivClassName
{
background-color: #840482;
}
.BgClassName
{
background-color: #840482;
}
</style>
border-color css
<style>
span { border-color: #840482; }
span { border-color: rgb(132,4,130); }
td.TdClassName
{
border-color: #840482;
}
.TagClassName
{
border-color: #840482;
}
</style>