Shades of Purple #820D7C
Tints of Purple #820D7C
RGB
CMYK
RGB Variations
Color information
#820D7C (or 0x820D7C) is known color: Purple. HEX triplet: 82, 0D and 7C. RGB value is (130,13,124). Sum of RGB (Red+Green+Blue) = 130+13+124=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #820D7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D7C is #7DF283. Grayscale: #3C3C3C. Windows color (decimal): -8254084 or 8129922. OLE color: 8129922.
HSL color Cylindrical-coordinate representation of color #820D7C: hue angle of 303.08º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D7C is Cyan = 0, Magento = 0.9, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 124 | - |
| CMYK | 0 | 0.9 | 0.05 | 0.49 |
| HSL | 303.08º | 0.82% | 0.28% | - |
| HSV(B) | 303.08º | 0.9% | 0.51% | - |
| XYZ | 12.99 | 6.49 | 19.64 | - |
| YUV | 60.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 124 | 0 | 0.9 | 0.05 | 0.49 | 303.08 | 0.82 | 0.28 |
| Hex | 82 | D | 7C | 0 | 5A | 5 | 31 | 12F | 52 | 1C |
| Octal | 202 | 15 | 174 | 0 | 132 | 5 | 61 | 457 | 122 | 34 |
| Binary | 10000010 | 1101 | 1111100 | 0 | 1011010 | 101 | 110001 | 100101111 | 1010010 | 11100 |
Color Harmonies of #820D7C
Complementary color
Monochromatic Colors of #820D7C
Black with #820D7C
Text Example
Text Example
White with #820D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D7C; }
p { color: rgb(130,13,124); }
H1.HeaderClassName
{
color: #820D7C;
}
.AnyTagClassName
{
color: #820D7C;
}
</style>
background-color css
<style>
a { background-color: #820D7C; }
a { background-color: rgb(130,13,124); }
div.DivClassName
{
background-color: #820D7C;
}
.BgClassName
{
background-color: #820D7C;
}
</style>
border-color css
<style>
span { border-color: #820D7C; }
span { border-color: rgb(130,13,124); }
td.TdClassName
{
border-color: #820D7C;
}
.TagClassName
{
border-color: #820D7C;
}
</style>