Shades of Purple #820080
Tints of Purple #820080
RGB
CMYK
RGB Variations
Color information
#820080 (or 0x820080) is known color: Purple. HEX triplet: 82, 00 and 80. RGB value is (130,0,128). Sum of RGB (Red+Green+Blue) = 130+0+128=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #820080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820080 is #7DFF7F. Grayscale: #353535. Windows color (decimal): -8257408 or 8388738. OLE color: 8388738.
HSL color Cylindrical-coordinate representation of color #820080: hue angle of 300.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820080 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.02 | 0.49 |
| HSL | 300.92º | 1% | 0.25% | - |
| HSV(B) | 300.92º | 1% | 0.51% | - |
| XYZ | 13.1 | 6.3 | 20.95 | - |
| YUV | 53.46 | 170.07 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 128 | 0 | 1 | 0.02 | 0.49 | 300.92 | 1 | 0.25 |
| Hex | 82 | 0 | 80 | 0 | 64 | 2 | 31 | 12D | 64 | 19 |
| Octal | 202 | 0 | 200 | 0 | 144 | 2 | 61 | 455 | 144 | 31 |
| Binary | 10000010 | 0 | 10000000 | 0 | 1100100 | 10 | 110001 | 100101101 | 1100100 | 11001 |
Color Harmonies of #820080
Complementary color
Monochromatic Colors of #820080
Black with #820080
Text Example
Text Example
White with #820080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820080; }
p { color: rgb(130,0,128); }
H1.HeaderClassName
{
color: #820080;
}
.AnyTagClassName
{
color: #820080;
}
</style>
background-color css
<style>
a { background-color: #820080; }
a { background-color: rgb(130,0,128); }
div.DivClassName
{
background-color: #820080;
}
.BgClassName
{
background-color: #820080;
}
</style>
border-color css
<style>
span { border-color: #820080; }
span { border-color: rgb(130,0,128); }
td.TdClassName
{
border-color: #820080;
}
.TagClassName
{
border-color: #820080;
}
</style>