Shades of Purple #82006C
Tints of Purple #82006C
RGB
CMYK
RGB Variations
Color information
#82006C (or 0x82006C) is known color: Purple. HEX triplet: 82, 00 and 6C. RGB value is (130,0,108). Sum of RGB (Red+Green+Blue) = 130+0+108=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #82006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82006C is #7DFF93. Grayscale: #323232. Windows color (decimal): -8257428 or 7078018. OLE color: 7078018.
HSL color Cylindrical-coordinate representation of color #82006C: hue angle of 310.15º 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 #82006C is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.17 | 0.49 |
| HSL | 310.15º | 1% | 0.25% | - |
| HSV(B) | 310.15º | 1% | 0.51% | - |
| XYZ | 11.91 | 5.83 | 14.68 | - |
| YUV | 51.18 | 160.07 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 108 | 0 | 1 | 0.17 | 0.49 | 310.15 | 1 | 0.25 |
| Hex | 82 | 0 | 6C | 0 | 64 | 11 | 31 | 136 | 64 | 19 |
| Octal | 202 | 0 | 154 | 0 | 144 | 21 | 61 | 466 | 144 | 31 |
| Binary | 10000010 | 0 | 1101100 | 0 | 1100100 | 10001 | 110001 | 100110110 | 1100100 | 11001 |
Color Harmonies of #82006C
Complementary color
Monochromatic Colors of #82006C
Black with #82006C
Text Example
Text Example
White with #82006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82006C; }
p { color: rgb(130,0,108); }
H1.HeaderClassName
{
color: #82006C;
}
.AnyTagClassName
{
color: #82006C;
}
</style>
background-color css
<style>
a { background-color: #82006C; }
a { background-color: rgb(130,0,108); }
div.DivClassName
{
background-color: #82006C;
}
.BgClassName
{
background-color: #82006C;
}
</style>
border-color css
<style>
span { border-color: #82006C; }
span { border-color: rgb(130,0,108); }
td.TdClassName
{
border-color: #82006C;
}
.TagClassName
{
border-color: #82006C;
}
</style>