Shades of Purple #82066D
Tints of Purple #82066D
RGB
CMYK
RGB Variations
Color information
#82066D (or 0x82066D) is known color: Purple. HEX triplet: 82, 06 and 6D. RGB value is (130,6,109). Sum of RGB (Red+Green+Blue) = 130+6+109=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82066D is #7DF992. Grayscale: #363636. Windows color (decimal): -8255891 or 7145090. OLE color: 7145090.
HSL color Cylindrical-coordinate representation of color #82066D: hue angle of 310.16º degrees, saturation: 0.91, 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 #82066D is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 6 | 109 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.49 |
| HSL | 310.16º | 0.91% | 0.27% | - |
| HSV(B) | 310.16º | 0.95% | 0.51% | - |
| XYZ | 12.03 | 5.98 | 14.99 | - |
| YUV | 54.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 109 | 0 | 0.95 | 0.16 | 0.49 | 310.16 | 0.91 | 0.27 |
| Hex | 82 | 6 | 6D | 0 | 5F | 10 | 31 | 136 | 5B | 1B |
| Octal | 202 | 6 | 155 | 0 | 137 | 20 | 61 | 466 | 133 | 33 |
| Binary | 10000010 | 110 | 1101101 | 0 | 1011111 | 10000 | 110001 | 100110110 | 1011011 | 11011 |
Color Harmonies of #82066D
Complementary color
Monochromatic Colors of #82066D
Black with #82066D
Text Example
Text Example
White with #82066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82066D; }
p { color: rgb(130,6,109); }
H1.HeaderClassName
{
color: #82066D;
}
.AnyTagClassName
{
color: #82066D;
}
</style>
background-color css
<style>
a { background-color: #82066D; }
a { background-color: rgb(130,6,109); }
div.DivClassName
{
background-color: #82066D;
}
.BgClassName
{
background-color: #82066D;
}
</style>
border-color css
<style>
span { border-color: #82066D; }
span { border-color: rgb(130,6,109); }
td.TdClassName
{
border-color: #82066D;
}
.TagClassName
{
border-color: #82066D;
}
</style>