Shades of Purple #840580
Tints of Purple #840580
RGB
CMYK
RGB Variations
Color information
#840580 (or 0x840580) is known color: Purple. HEX triplet: 84, 05 and 80. RGB value is (132,5,128). Sum of RGB (Red+Green+Blue) = 132+5+128=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #840580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840580 is #7BFA7F. Grayscale: #383838. Windows color (decimal): -8125056 or 8390020. OLE color: 8390020.
HSL color Cylindrical-coordinate representation of color #840580: hue angle of 301.89º 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 #840580 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 128 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.48 |
| HSL | 301.89º | 0.93% | 0.27% | - |
| HSV(B) | 301.89º | 0.96% | 0.52% | - |
| XYZ | 13.47 | 6.57 | 20.98 | - |
| YUV | 57 | 168.08 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 128 | 0 | 0.96 | 0.03 | 0.48 | 301.89 | 0.93 | 0.27 |
| Hex | 84 | 5 | 80 | 0 | 60 | 3 | 30 | 12E | 5D | 1B |
| Octal | 204 | 5 | 200 | 0 | 140 | 3 | 60 | 456 | 135 | 33 |
| Binary | 10000100 | 101 | 10000000 | 0 | 1100000 | 11 | 110000 | 100101110 | 1011101 | 11011 |
Color Harmonies of #840580
Complementary color
Monochromatic Colors of #840580
Black with #840580
Text Example
Text Example
White with #840580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840580; }
p { color: rgb(132,5,128); }
H1.HeaderClassName
{
color: #840580;
}
.AnyTagClassName
{
color: #840580;
}
</style>
background-color css
<style>
a { background-color: #840580; }
a { background-color: rgb(132,5,128); }
div.DivClassName
{
background-color: #840580;
}
.BgClassName
{
background-color: #840580;
}
</style>
border-color css
<style>
span { border-color: #840580; }
span { border-color: rgb(132,5,128); }
td.TdClassName
{
border-color: #840580;
}
.TagClassName
{
border-color: #840580;
}
</style>