Shades of Purple #820A76
Tints of Purple #820A76
RGB
CMYK
RGB Variations
Color information
#820A76 (or 0x820A76) is known color: Purple. HEX triplet: 82, 0A and 76. RGB value is (130,10,118). Sum of RGB (Red+Green+Blue) = 130+10+118=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #820A76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820A76 is #7DF589. Grayscale: #393939. Windows color (decimal): -8254858 or 7735938. OLE color: 7735938.
HSL color Cylindrical-coordinate representation of color #820A76: hue angle of 306º 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 #820A76 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 10 | 118 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.49 |
| HSL | 306º | 0.86% | 0.27% | - |
| HSV(B) | 306º | 0.92% | 0.51% | - |
| XYZ | 12.58 | 6.27 | 17.69 | - |
| YUV | 58.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 118 | 0 | 0.92 | 0.09 | 0.49 | 306 | 0.86 | 0.27 |
| Hex | 82 | A | 76 | 0 | 5C | 9 | 31 | 132 | 56 | 1B |
| Octal | 202 | 12 | 166 | 0 | 134 | 11 | 61 | 462 | 126 | 33 |
| Binary | 10000010 | 1010 | 1110110 | 0 | 1011100 | 1001 | 110001 | 100110010 | 1010110 | 11011 |
Color Harmonies of #820A76
Complementary color
Monochromatic Colors of #820A76
Black with #820A76
Text Example
Text Example
White with #820A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820A76; }
p { color: rgb(130,10,118); }
H1.HeaderClassName
{
color: #820A76;
}
.AnyTagClassName
{
color: #820A76;
}
</style>
background-color css
<style>
a { background-color: #820A76; }
a { background-color: rgb(130,10,118); }
div.DivClassName
{
background-color: #820A76;
}
.BgClassName
{
background-color: #820A76;
}
</style>
border-color css
<style>
span { border-color: #820A76; }
span { border-color: rgb(130,10,118); }
td.TdClassName
{
border-color: #820A76;
}
.TagClassName
{
border-color: #820A76;
}
</style>