Shades of Purple #820A7A
Tints of Purple #820A7A
RGB
CMYK
RGB Variations
Color information
#820A7A (or 0x820A7A) is known color: Purple. HEX triplet: 82, 0A and 7A. RGB value is (130,10,122). Sum of RGB (Red+Green+Blue) = 130+10+122=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #820A7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820A7A is #7DF585. Grayscale: #3A3A3A. Windows color (decimal): -8254854 or 7998082. OLE color: 7998082.
HSL color Cylindrical-coordinate representation of color #820A7A: hue angle of 304º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820A7A is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 10 | 122 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.49 |
| HSL | 304º | 0.86% | 0.27% | - |
| HSV(B) | 304º | 0.92% | 0.51% | - |
| XYZ | 12.83 | 6.37 | 18.97 | - |
| YUV | 58.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 122 | 0 | 0.92 | 0.06 | 0.49 | 304 | 0.86 | 0.27 |
| Hex | 82 | A | 7A | 0 | 5C | 6 | 31 | 130 | 56 | 1B |
| Octal | 202 | 12 | 172 | 0 | 134 | 6 | 61 | 460 | 126 | 33 |
| Binary | 10000010 | 1010 | 1111010 | 0 | 1011100 | 110 | 110001 | 100110000 | 1010110 | 11011 |
Color Harmonies of #820A7A
Complementary color
Monochromatic Colors of #820A7A
Black with #820A7A
Text Example
Text Example
White with #820A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820A7A; }
p { color: rgb(130,10,122); }
H1.HeaderClassName
{
color: #820A7A;
}
.AnyTagClassName
{
color: #820A7A;
}
</style>
background-color css
<style>
a { background-color: #820A7A; }
a { background-color: rgb(130,10,122); }
div.DivClassName
{
background-color: #820A7A;
}
.BgClassName
{
background-color: #820A7A;
}
</style>
border-color css
<style>
span { border-color: #820A7A; }
span { border-color: rgb(130,10,122); }
td.TdClassName
{
border-color: #820A7A;
}
.TagClassName
{
border-color: #820A7A;
}
</style>