Shades of Dark Purple #822071
Tints of Dark Purple #822071
RGB
CMYK
RGB Variations
Color information
#822071 (or 0x822071) is known color: Dark Purple. HEX triplet: 82, 20 and 71. RGB value is (130,32,113). Sum of RGB (Red+Green+Blue) = 130+32+113=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #822071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822071 is #7DDF8E. Grayscale: #464646. Windows color (decimal): -8249231 or 7413890. OLE color: 7413890.
HSL color Cylindrical-coordinate representation of color #822071: hue angle of 310.41º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822071 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 113 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.49 |
| HSL | 310.41º | 0.6% | 0.32% | - |
| HSV(B) | 310.41º | 0.75% | 0.51% | - |
| XYZ | 12.7 | 6.97 | 16.3 | - |
| YUV | 70.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 113 | 0 | 0.75 | 0.13 | 0.49 | 310.41 | 0.6 | 0.32 |
| Hex | 82 | 20 | 71 | 0 | 4B | D | 31 | 136 | 3C | 20 |
| Octal | 202 | 40 | 161 | 0 | 113 | 15 | 61 | 466 | 74 | 40 |
| Binary | 10000010 | 100000 | 1110001 | 0 | 1001011 | 1101 | 110001 | 100110110 | 111100 | 100000 |
Color Harmonies of #822071
Complementary color
Monochromatic Colors of #822071
Black with #822071
Text Example
Text Example
White with #822071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822071; }
p { color: rgb(130,32,113); }
H1.HeaderClassName
{
color: #822071;
}
.AnyTagClassName
{
color: #822071;
}
</style>
background-color css
<style>
a { background-color: #822071; }
a { background-color: rgb(130,32,113); }
div.DivClassName
{
background-color: #822071;
}
.BgClassName
{
background-color: #822071;
}
</style>
border-color css
<style>
span { border-color: #822071; }
span { border-color: rgb(130,32,113); }
td.TdClassName
{
border-color: #822071;
}
.TagClassName
{
border-color: #822071;
}
</style>