Shades of Purple #820E7C
Tints of Purple #820E7C
RGB
CMYK
RGB Variations
Color information
#820E7C (or 0x820E7C) is known color: Purple. HEX triplet: 82, 0E and 7C. RGB value is (130,14,124). Sum of RGB (Red+Green+Blue) = 130+14+124=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #820E7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820E7C is #7DF183. Grayscale: #3C3C3C. Windows color (decimal): -8253828 or 8130178. OLE color: 8130178.
HSL color Cylindrical-coordinate representation of color #820E7C: hue angle of 303.1º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #820E7C is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 14 | 124 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.49 |
| HSL | 303.1º | 0.81% | 0.28% | - |
| HSV(B) | 303.1º | 0.89% | 0.51% | - |
| XYZ | 13 | 6.52 | 19.64 | - |
| YUV | 61.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 124 | 0 | 0.89 | 0.05 | 0.49 | 303.1 | 0.81 | 0.28 |
| Hex | 82 | E | 7C | 0 | 59 | 5 | 31 | 12F | 51 | 1C |
| Octal | 202 | 16 | 174 | 0 | 131 | 5 | 61 | 457 | 121 | 34 |
| Binary | 10000010 | 1110 | 1111100 | 0 | 1011001 | 101 | 110001 | 100101111 | 1010001 | 11100 |
Color Harmonies of #820E7C
Complementary color
Monochromatic Colors of #820E7C
Black with #820E7C
Text Example
Text Example
White with #820E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820E7C; }
p { color: rgb(130,14,124); }
H1.HeaderClassName
{
color: #820E7C;
}
.AnyTagClassName
{
color: #820E7C;
}
</style>
background-color css
<style>
a { background-color: #820E7C; }
a { background-color: rgb(130,14,124); }
div.DivClassName
{
background-color: #820E7C;
}
.BgClassName
{
background-color: #820E7C;
}
</style>
border-color css
<style>
span { border-color: #820E7C; }
span { border-color: rgb(130,14,124); }
td.TdClassName
{
border-color: #820E7C;
}
.TagClassName
{
border-color: #820E7C;
}
</style>