Shades of Purple #821080
Tints of Purple #821080
RGB
CMYK
RGB Variations
Color information
#821080 (or 0x821080) is known color: Purple. HEX triplet: 82, 10 and 80. RGB value is (130,16,128). Sum of RGB (Red+Green+Blue) = 130+16+128=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #821080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821080 is #7DEF7F. Grayscale: #3E3E3E. Windows color (decimal): -8253312 or 8392834. OLE color: 8392834.
HSL color Cylindrical-coordinate representation of color #821080: hue angle of 301.05º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821080 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 128 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.49 |
| HSL | 301.05º | 0.78% | 0.29% | - |
| HSV(B) | 301.05º | 0.88% | 0.51% | - |
| XYZ | 13.29 | 6.67 | 21.01 | - |
| YUV | 62.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 128 | 0 | 0.88 | 0.02 | 0.49 | 301.05 | 0.78 | 0.29 |
| Hex | 82 | 10 | 80 | 0 | 58 | 2 | 31 | 12D | 4E | 1D |
| Octal | 202 | 20 | 200 | 0 | 130 | 2 | 61 | 455 | 116 | 35 |
| Binary | 10000010 | 10000 | 10000000 | 0 | 1011000 | 10 | 110001 | 100101101 | 1001110 | 11101 |
Color Harmonies of #821080
Complementary color
Monochromatic Colors of #821080
Black with #821080
Text Example
Text Example
White with #821080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821080; }
p { color: rgb(130,16,128); }
H1.HeaderClassName
{
color: #821080;
}
.AnyTagClassName
{
color: #821080;
}
</style>
background-color css
<style>
a { background-color: #821080; }
a { background-color: rgb(130,16,128); }
div.DivClassName
{
background-color: #821080;
}
.BgClassName
{
background-color: #821080;
}
</style>
border-color css
<style>
span { border-color: #821080; }
span { border-color: rgb(130,16,128); }
td.TdClassName
{
border-color: #821080;
}
.TagClassName
{
border-color: #821080;
}
</style>