Shades of Purple #82076D
Tints of Purple #82076D
RGB
CMYK
RGB Variations
Color information
#82076D (or 0x82076D) is known color: Purple. HEX triplet: 82, 07 and 6D. RGB value is (130,7,109). Sum of RGB (Red+Green+Blue) = 130+7+109=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82076D is #7DF892. Grayscale: #373737. Windows color (decimal): -8255635 or 7145346. OLE color: 7145346.
HSL color Cylindrical-coordinate representation of color #82076D: hue angle of 310.24º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82076D is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 7 | 109 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.49 |
| HSL | 310.24º | 0.9% | 0.27% | - |
| HSV(B) | 310.24º | 0.95% | 0.51% | - |
| XYZ | 12.04 | 6 | 14.99 | - |
| YUV | 55.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 109 | 0 | 0.95 | 0.16 | 0.49 | 310.24 | 0.9 | 0.27 |
| Hex | 82 | 7 | 6D | 0 | 5F | 10 | 31 | 136 | 5A | 1B |
| Octal | 202 | 7 | 155 | 0 | 137 | 20 | 61 | 466 | 132 | 33 |
| Binary | 10000010 | 111 | 1101101 | 0 | 1011111 | 10000 | 110001 | 100110110 | 1011010 | 11011 |
Color Harmonies of #82076D
Complementary color
Monochromatic Colors of #82076D
Black with #82076D
Text Example
Text Example
White with #82076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82076D; }
p { color: rgb(130,7,109); }
H1.HeaderClassName
{
color: #82076D;
}
.AnyTagClassName
{
color: #82076D;
}
</style>
background-color css
<style>
a { background-color: #82076D; }
a { background-color: rgb(130,7,109); }
div.DivClassName
{
background-color: #82076D;
}
.BgClassName
{
background-color: #82076D;
}
</style>
border-color css
<style>
span { border-color: #82076D; }
span { border-color: rgb(130,7,109); }
td.TdClassName
{
border-color: #82076D;
}
.TagClassName
{
border-color: #82076D;
}
</style>