Shades of Dark Purple #820D71
Tints of Dark Purple #820D71
RGB
CMYK
RGB Variations
Color information
#820D71 (or 0x820D71) is known color: Dark Purple. HEX triplet: 82, 0D and 71. RGB value is (130,13,113). Sum of RGB (Red+Green+Blue) = 130+13+113=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #820D71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D71 is #7DF28E. Grayscale: #3B3B3B. Windows color (decimal): -8254095 or 7409026. OLE color: 7409026.
HSL color Cylindrical-coordinate representation of color #820D71: hue angle of 308.72º 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 #820D71 is Cyan = 0, Magento = 0.9, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 113 | - |
| CMYK | 0 | 0.9 | 0.13 | 0.49 |
| HSL | 308.72º | 0.82% | 0.28% | - |
| HSV(B) | 308.72º | 0.9% | 0.51% | - |
| XYZ | 12.33 | 6.23 | 16.17 | - |
| YUV | 59.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 113 | 0 | 0.9 | 0.13 | 0.49 | 308.72 | 0.82 | 0.28 |
| Hex | 82 | D | 71 | 0 | 5A | D | 31 | 135 | 52 | 1C |
| Octal | 202 | 15 | 161 | 0 | 132 | 15 | 61 | 465 | 122 | 34 |
| Binary | 10000010 | 1101 | 1110001 | 0 | 1011010 | 1101 | 110001 | 100110101 | 1010010 | 11100 |
Color Harmonies of #820D71
Complementary color
Monochromatic Colors of #820D71
Black with #820D71
Text Example
Text Example
White with #820D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D71; }
p { color: rgb(130,13,113); }
H1.HeaderClassName
{
color: #820D71;
}
.AnyTagClassName
{
color: #820D71;
}
</style>
background-color css
<style>
a { background-color: #820D71; }
a { background-color: rgb(130,13,113); }
div.DivClassName
{
background-color: #820D71;
}
.BgClassName
{
background-color: #820D71;
}
</style>
border-color css
<style>
span { border-color: #820D71; }
span { border-color: rgb(130,13,113); }
td.TdClassName
{
border-color: #820D71;
}
.TagClassName
{
border-color: #820D71;
}
</style>