Shades of Purple #820580
Tints of Purple #820580
RGB
CMYK
RGB Variations
Color information
#820580 (or 0x820580) is known color: Purple. HEX triplet: 82, 05 and 80. RGB value is (130,5,128). Sum of RGB (Red+Green+Blue) = 130+5+128=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #820580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820580 is #7DFA7F. Grayscale: #383838. Windows color (decimal): -8256128 or 8390018. OLE color: 8390018.
HSL color Cylindrical-coordinate representation of color #820580: hue angle of 300.96º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820580 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 128 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.49 |
| HSL | 300.96º | 0.93% | 0.26% | - |
| HSV(B) | 300.96º | 0.96% | 0.51% | - |
| XYZ | 13.16 | 6.41 | 20.97 | - |
| YUV | 56.4 | 168.41 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 128 | 0 | 0.96 | 0.02 | 0.49 | 300.96 | 0.93 | 0.26 |
| Hex | 82 | 5 | 80 | 0 | 60 | 2 | 31 | 12D | 5D | 1A |
| Octal | 202 | 5 | 200 | 0 | 140 | 2 | 61 | 455 | 135 | 32 |
| Binary | 10000010 | 101 | 10000000 | 0 | 1100000 | 10 | 110001 | 100101101 | 1011101 | 11010 |
Color Harmonies of #820580
Complementary color
Monochromatic Colors of #820580
Black with #820580
Text Example
Text Example
White with #820580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820580; }
p { color: rgb(130,5,128); }
H1.HeaderClassName
{
color: #820580;
}
.AnyTagClassName
{
color: #820580;
}
</style>
background-color css
<style>
a { background-color: #820580; }
a { background-color: rgb(130,5,128); }
div.DivClassName
{
background-color: #820580;
}
.BgClassName
{
background-color: #820580;
}
</style>
border-color css
<style>
span { border-color: #820580; }
span { border-color: rgb(130,5,128); }
td.TdClassName
{
border-color: #820580;
}
.TagClassName
{
border-color: #820580;
}
</style>