Shades of Purple #820586
Tints of Purple #820586
RGB
CMYK
RGB Variations
Color information
#820586 (or 0x820586) is known color: Purple. HEX triplet: 82, 05 and 86. RGB value is (130,5,134). Sum of RGB (Red+Green+Blue) = 130+5+134=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #820586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820586 is #7DFA79. Grayscale: #383838. Windows color (decimal): -8256122 or 8783234. OLE color: 8783234.
HSL color Cylindrical-coordinate representation of color #820586: hue angle of 298.14º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820586 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 5 | 134 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.47 |
| HSL | 298.14º | 0.93% | 0.27% | - |
| HSV(B) | 298.14º | 0.96% | 0.53% | - |
| XYZ | 13.56 | 6.58 | 23.11 | - |
| YUV | 57.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 134 | 0.03 | 0.96 | 0 | 0.47 | 298.14 | 0.93 | 0.27 |
| Hex | 82 | 5 | 86 | 3 | 60 | 0 | 2F | 12A | 5D | 1B |
| Octal | 202 | 5 | 206 | 3 | 140 | 0 | 57 | 452 | 135 | 33 |
| Binary | 10000010 | 101 | 10000110 | 11 | 1100000 | 0 | 101111 | 100101010 | 1011101 | 11011 |
Color Harmonies of #820586
Complementary color
Monochromatic Colors of #820586
Black with #820586
Text Example
Text Example
White with #820586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820586; }
p { color: rgb(130,5,134); }
H1.HeaderClassName
{
color: #820586;
}
.AnyTagClassName
{
color: #820586;
}
</style>
background-color css
<style>
a { background-color: #820586; }
a { background-color: rgb(130,5,134); }
div.DivClassName
{
background-color: #820586;
}
.BgClassName
{
background-color: #820586;
}
</style>
border-color css
<style>
span { border-color: #820586; }
span { border-color: rgb(130,5,134); }
td.TdClassName
{
border-color: #820586;
}
.TagClassName
{
border-color: #820586;
}
</style>