Shades of Dark Purple #822971
Tints of Dark Purple #822971
RGB
CMYK
RGB Variations
Color information
#822971 (or 0x822971) is known color: Dark Purple. HEX triplet: 82, 29 and 71. RGB value is (130,41,113). Sum of RGB (Red+Green+Blue) = 130+41+113=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #822971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822971 is #7DD68E. Grayscale: #4B4B4B. Windows color (decimal): -8246927 or 7416194. OLE color: 7416194.
HSL color Cylindrical-coordinate representation of color #822971: hue angle of 311.46º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #822971 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 41 | 113 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.49 |
| HSL | 311.46º | 0.52% | 0.34% | - |
| HSV(B) | 311.46º | 0.68% | 0.51% | - |
| XYZ | 12.98 | 7.52 | 16.39 | - |
| YUV | 75.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 113 | 0 | 0.68 | 0.13 | 0.49 | 311.46 | 0.52 | 0.34 |
| Hex | 82 | 29 | 71 | 0 | 44 | D | 31 | 137 | 34 | 22 |
| Octal | 202 | 51 | 161 | 0 | 104 | 15 | 61 | 467 | 64 | 42 |
| Binary | 10000010 | 101001 | 1110001 | 0 | 1000100 | 1101 | 110001 | 100110111 | 110100 | 100010 |
Color Harmonies of #822971
Complementary color
Monochromatic Colors of #822971
Black with #822971
Text Example
Text Example
White with #822971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822971; }
p { color: rgb(130,41,113); }
H1.HeaderClassName
{
color: #822971;
}
.AnyTagClassName
{
color: #822971;
}
</style>
background-color css
<style>
a { background-color: #822971; }
a { background-color: rgb(130,41,113); }
div.DivClassName
{
background-color: #822971;
}
.BgClassName
{
background-color: #822971;
}
</style>
border-color css
<style>
span { border-color: #822971; }
span { border-color: rgb(130,41,113); }
td.TdClassName
{
border-color: #822971;
}
.TagClassName
{
border-color: #822971;
}
</style>