Shades of Purple #820071
Tints of Purple #820071
RGB
CMYK
RGB Variations
Color information
#820071 (or 0x820071) is known color: Purple. HEX triplet: 82, 00 and 71. RGB value is (130,0,113). Sum of RGB (Red+Green+Blue) = 130+0+113=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #820071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820071 is #7DFF8E. Grayscale: #333333. Windows color (decimal): -8257423 or 7405698. OLE color: 7405698.
HSL color Cylindrical-coordinate representation of color #820071: hue angle of 307.85º 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 #820071 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.13 | 0.49 |
| HSL | 307.85º | 1% | 0.25% | - |
| HSV(B) | 307.85º | 1% | 0.51% | - |
| XYZ | 12.19 | 5.94 | 16.13 | - |
| YUV | 51.75 | 162.57 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 113 | 0 | 1 | 0.13 | 0.49 | 307.85 | 1 | 0.25 |
| Hex | 82 | 0 | 71 | 0 | 64 | D | 31 | 134 | 64 | 19 |
| Octal | 202 | 0 | 161 | 0 | 144 | 15 | 61 | 464 | 144 | 31 |
| Binary | 10000010 | 0 | 1110001 | 0 | 1100100 | 1101 | 110001 | 100110100 | 1100100 | 11001 |
Color Harmonies of #820071
Complementary color
Monochromatic Colors of #820071
Black with #820071
Text Example
Text Example
White with #820071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820071; }
p { color: rgb(130,0,113); }
H1.HeaderClassName
{
color: #820071;
}
.AnyTagClassName
{
color: #820071;
}
</style>
background-color css
<style>
a { background-color: #820071; }
a { background-color: rgb(130,0,113); }
div.DivClassName
{
background-color: #820071;
}
.BgClassName
{
background-color: #820071;
}
</style>
border-color css
<style>
span { border-color: #820071; }
span { border-color: rgb(130,0,113); }
td.TdClassName
{
border-color: #820071;
}
.TagClassName
{
border-color: #820071;
}
</style>