Shades of Dark Purple #822171
Tints of Dark Purple #822171
RGB
CMYK
RGB Variations
Color information
#822171 (or 0x822171) is known color: Dark Purple. HEX triplet: 82, 21 and 71. RGB value is (130,33,113). Sum of RGB (Red+Green+Blue) = 130+33+113=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #822171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822171 is #7DDE8E. Grayscale: #464646. Windows color (decimal): -8248975 or 7414146. OLE color: 7414146.
HSL color Cylindrical-coordinate representation of color #822171: hue angle of 310.52º 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 #822171 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 33 | 113 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.49 |
| HSL | 310.52º | 0.6% | 0.32% | - |
| HSV(B) | 310.52º | 0.75% | 0.51% | - |
| XYZ | 12.73 | 7.03 | 16.31 | - |
| YUV | 71.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 113 | 0 | 0.75 | 0.13 | 0.49 | 310.52 | 0.6 | 0.32 |
| Hex | 82 | 21 | 71 | 0 | 4B | D | 31 | 137 | 3C | 20 |
| Octal | 202 | 41 | 161 | 0 | 113 | 15 | 61 | 467 | 74 | 40 |
| Binary | 10000010 | 100001 | 1110001 | 0 | 1001011 | 1101 | 110001 | 100110111 | 111100 | 100000 |
Color Harmonies of #822171
Complementary color
Monochromatic Colors of #822171
Black with #822171
Text Example
Text Example
White with #822171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822171; }
p { color: rgb(130,33,113); }
H1.HeaderClassName
{
color: #822171;
}
.AnyTagClassName
{
color: #822171;
}
</style>
background-color css
<style>
a { background-color: #822171; }
a { background-color: rgb(130,33,113); }
div.DivClassName
{
background-color: #822171;
}
.BgClassName
{
background-color: #822171;
}
</style>
border-color css
<style>
span { border-color: #822171; }
span { border-color: rgb(130,33,113); }
td.TdClassName
{
border-color: #822171;
}
.TagClassName
{
border-color: #822171;
}
</style>