Shades of Dark Purple #822371
Tints of Dark Purple #822371
RGB
CMYK
RGB Variations
Color information
#822371 (or 0x822371) is known color: Dark Purple. HEX triplet: 82, 23 and 71. RGB value is (130,35,113). Sum of RGB (Red+Green+Blue) = 130+35+113=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #822371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822371 is #7DDC8E. Grayscale: #484848. Windows color (decimal): -8248463 or 7414658. OLE color: 7414658.
HSL color Cylindrical-coordinate representation of color #822371: hue angle of 310.74º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #822371 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 35 | 113 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.49 |
| HSL | 310.74º | 0.58% | 0.32% | - |
| HSV(B) | 310.74º | 0.73% | 0.51% | - |
| XYZ | 12.79 | 7.14 | 16.33 | - |
| YUV | 72.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 113 | 0 | 0.73 | 0.13 | 0.49 | 310.74 | 0.58 | 0.32 |
| Hex | 82 | 23 | 71 | 0 | 49 | D | 31 | 137 | 3A | 20 |
| Octal | 202 | 43 | 161 | 0 | 111 | 15 | 61 | 467 | 72 | 40 |
| Binary | 10000010 | 100011 | 1110001 | 0 | 1001001 | 1101 | 110001 | 100110111 | 111010 | 100000 |
Color Harmonies of #822371
Complementary color
Monochromatic Colors of #822371
Black with #822371
Text Example
Text Example
White with #822371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822371; }
p { color: rgb(130,35,113); }
H1.HeaderClassName
{
color: #822371;
}
.AnyTagClassName
{
color: #822371;
}
</style>
background-color css
<style>
a { background-color: #822371; }
a { background-color: rgb(130,35,113); }
div.DivClassName
{
background-color: #822371;
}
.BgClassName
{
background-color: #822371;
}
</style>
border-color css
<style>
span { border-color: #822371; }
span { border-color: rgb(130,35,113); }
td.TdClassName
{
border-color: #822371;
}
.TagClassName
{
border-color: #822371;
}
</style>