Shades of Dark Purple #820F71
Tints of Dark Purple #820F71
RGB
CMYK
RGB Variations
Color information
#820F71 (or 0x820F71) is known color: Dark Purple. HEX triplet: 82, 0F and 71. RGB value is (130,15,113). Sum of RGB (Red+Green+Blue) = 130+15+113=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #820F71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820F71 is #7DF08E. Grayscale: #3C3C3C. Windows color (decimal): -8253583 or 7409538. OLE color: 7409538.
HSL color Cylindrical-coordinate representation of color #820F71: hue angle of 308.87º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #820F71 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 113 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.49 |
| HSL | 308.87º | 0.79% | 0.28% | - |
| HSV(B) | 308.87º | 0.88% | 0.51% | - |
| XYZ | 12.36 | 6.28 | 16.18 | - |
| YUV | 60.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 113 | 0 | 0.88 | 0.13 | 0.49 | 308.87 | 0.79 | 0.28 |
| Hex | 82 | F | 71 | 0 | 58 | D | 31 | 135 | 4F | 1C |
| Octal | 202 | 17 | 161 | 0 | 130 | 15 | 61 | 465 | 117 | 34 |
| Binary | 10000010 | 1111 | 1110001 | 0 | 1011000 | 1101 | 110001 | 100110101 | 1001111 | 11100 |
Color Harmonies of #820F71
Complementary color
Monochromatic Colors of #820F71
Black with #820F71
Text Example
Text Example
White with #820F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F71; }
p { color: rgb(130,15,113); }
H1.HeaderClassName
{
color: #820F71;
}
.AnyTagClassName
{
color: #820F71;
}
</style>
background-color css
<style>
a { background-color: #820F71; }
a { background-color: rgb(130,15,113); }
div.DivClassName
{
background-color: #820F71;
}
.BgClassName
{
background-color: #820F71;
}
</style>
border-color css
<style>
span { border-color: #820F71; }
span { border-color: rgb(130,15,113); }
td.TdClassName
{
border-color: #820F71;
}
.TagClassName
{
border-color: #820F71;
}
</style>