Shades of Purple #82006D
Tints of Purple #82006D
RGB
CMYK
RGB Variations
Color information
#82006D (or 0x82006D) is known color: Purple. HEX triplet: 82, 00 and 6D. RGB value is (130,0,109). Sum of RGB (Red+Green+Blue) = 130+0+109=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #82006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82006D is #7DFF92. Grayscale: #323232. Windows color (decimal): -8257427 or 7143554. OLE color: 7143554.
HSL color Cylindrical-coordinate representation of color #82006D: hue angle of 309.69º 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 #82006D is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.16 | 0.49 |
| HSL | 309.69º | 1% | 0.25% | - |
| HSV(B) | 309.69º | 1% | 0.51% | - |
| XYZ | 11.97 | 5.85 | 14.97 | - |
| YUV | 51.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 109 | 0 | 1 | 0.16 | 0.49 | 309.69 | 1 | 0.25 |
| Hex | 82 | 0 | 6D | 0 | 64 | 10 | 31 | 136 | 64 | 19 |
| Octal | 202 | 0 | 155 | 0 | 144 | 20 | 61 | 466 | 144 | 31 |
| Binary | 10000010 | 0 | 1101101 | 0 | 1100100 | 10000 | 110001 | 100110110 | 1100100 | 11001 |
Color Harmonies of #82006D
Complementary color
Monochromatic Colors of #82006D
Black with #82006D
Text Example
Text Example
White with #82006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82006D; }
p { color: rgb(130,0,109); }
H1.HeaderClassName
{
color: #82006D;
}
.AnyTagClassName
{
color: #82006D;
}
</style>
background-color css
<style>
a { background-color: #82006D; }
a { background-color: rgb(130,0,109); }
div.DivClassName
{
background-color: #82006D;
}
.BgClassName
{
background-color: #82006D;
}
</style>
border-color css
<style>
span { border-color: #82006D; }
span { border-color: rgb(130,0,109); }
td.TdClassName
{
border-color: #82006D;
}
.TagClassName
{
border-color: #82006D;
}
</style>