Shades of Purple #820077
Tints of Purple #820077
RGB
CMYK
RGB Variations
Color information
#820077 (or 0x820077) is known color: Purple. HEX triplet: 82, 00 and 77. RGB value is (130,0,119). Sum of RGB (Red+Green+Blue) = 130+0+119=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #820077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820077 is #7DFF88. Grayscale: #343434. Windows color (decimal): -8257417 or 7798914. OLE color: 7798914.
HSL color Cylindrical-coordinate representation of color #820077: hue angle of 305.08º 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 #820077 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.08 | 0.49 |
| HSL | 305.08º | 1% | 0.25% | - |
| HSV(B) | 305.08º | 1% | 0.51% | - |
| XYZ | 12.54 | 6.08 | 17.97 | - |
| YUV | 52.44 | 165.57 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 119 | 0 | 1 | 0.08 | 0.49 | 305.08 | 1 | 0.25 |
| Hex | 82 | 0 | 77 | 0 | 64 | 8 | 31 | 131 | 64 | 19 |
| Octal | 202 | 0 | 167 | 0 | 144 | 10 | 61 | 461 | 144 | 31 |
| Binary | 10000010 | 0 | 1110111 | 0 | 1100100 | 1000 | 110001 | 100110001 | 1100100 | 11001 |
Color Harmonies of #820077
Complementary color
Monochromatic Colors of #820077
Black with #820077
Text Example
Text Example
White with #820077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820077; }
p { color: rgb(130,0,119); }
H1.HeaderClassName
{
color: #820077;
}
.AnyTagClassName
{
color: #820077;
}
</style>
background-color css
<style>
a { background-color: #820077; }
a { background-color: rgb(130,0,119); }
div.DivClassName
{
background-color: #820077;
}
.BgClassName
{
background-color: #820077;
}
</style>
border-color css
<style>
span { border-color: #820077; }
span { border-color: rgb(130,0,119); }
td.TdClassName
{
border-color: #820077;
}
.TagClassName
{
border-color: #820077;
}
</style>