Shades of Purple #820D7F
Tints of Purple #820D7F
RGB
CMYK
RGB Variations
Color information
#820D7F (or 0x820D7F) is known color: Purple. HEX triplet: 82, 0D and 7F. RGB value is (130,13,127). Sum of RGB (Red+Green+Blue) = 130+13+127=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #820D7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D7F is #7DF280. Grayscale: #3C3C3C. Windows color (decimal): -8254081 or 8326530. OLE color: 8326530.
HSL color Cylindrical-coordinate representation of color #820D7F: hue angle of 301.54º 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 #820D7F is Cyan = 0, Magento = 0.9, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 127 | - |
| CMYK | 0 | 0.9 | 0.02 | 0.49 |
| HSL | 301.54º | 0.82% | 0.28% | - |
| HSV(B) | 301.54º | 0.9% | 0.51% | - |
| XYZ | 13.18 | 6.57 | 20.65 | - |
| YUV | 60.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 127 | 0 | 0.9 | 0.02 | 0.49 | 301.54 | 0.82 | 0.28 |
| Hex | 82 | D | 7F | 0 | 5A | 2 | 31 | 12E | 52 | 1C |
| Octal | 202 | 15 | 177 | 0 | 132 | 2 | 61 | 456 | 122 | 34 |
| Binary | 10000010 | 1101 | 1111111 | 0 | 1011010 | 10 | 110001 | 100101110 | 1010010 | 11100 |
Color Harmonies of #820D7F
Complementary color
Monochromatic Colors of #820D7F
Black with #820D7F
Text Example
Text Example
White with #820D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D7F; }
p { color: rgb(130,13,127); }
H1.HeaderClassName
{
color: #820D7F;
}
.AnyTagClassName
{
color: #820D7F;
}
</style>
background-color css
<style>
a { background-color: #820D7F; }
a { background-color: rgb(130,13,127); }
div.DivClassName
{
background-color: #820D7F;
}
.BgClassName
{
background-color: #820D7F;
}
</style>
border-color css
<style>
span { border-color: #820D7F; }
span { border-color: rgb(130,13,127); }
td.TdClassName
{
border-color: #820D7F;
}
.TagClassName
{
border-color: #820D7F;
}
</style>