Shades of Dark Purple #822571
Tints of Dark Purple #822571
RGB
CMYK
RGB Variations
Color information
#822571 (or 0x822571) is known color: Dark Purple. HEX triplet: 82, 25 and 71. RGB value is (130,37,113). Sum of RGB (Red+Green+Blue) = 130+37+113=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #822571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822571 is #7DDA8E. Grayscale: #494949. Windows color (decimal): -8247951 or 7415170. OLE color: 7415170.
HSL color Cylindrical-coordinate representation of color #822571: hue angle of 310.97º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822571 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 37 | 113 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.49 |
| HSL | 310.97º | 0.56% | 0.33% | - |
| HSV(B) | 310.97º | 0.72% | 0.51% | - |
| XYZ | 12.85 | 7.26 | 16.35 | - |
| YUV | 73.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 113 | 0 | 0.72 | 0.13 | 0.49 | 310.97 | 0.56 | 0.33 |
| Hex | 82 | 25 | 71 | 0 | 48 | D | 31 | 137 | 38 | 21 |
| Octal | 202 | 45 | 161 | 0 | 110 | 15 | 61 | 467 | 70 | 41 |
| Binary | 10000010 | 100101 | 1110001 | 0 | 1001000 | 1101 | 110001 | 100110111 | 111000 | 100001 |
Color Harmonies of #822571
Complementary color
Monochromatic Colors of #822571
Black with #822571
Text Example
Text Example
White with #822571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822571; }
p { color: rgb(130,37,113); }
H1.HeaderClassName
{
color: #822571;
}
.AnyTagClassName
{
color: #822571;
}
</style>
background-color css
<style>
a { background-color: #822571; }
a { background-color: rgb(130,37,113); }
div.DivClassName
{
background-color: #822571;
}
.BgClassName
{
background-color: #822571;
}
</style>
border-color css
<style>
span { border-color: #822571; }
span { border-color: rgb(130,37,113); }
td.TdClassName
{
border-color: #822571;
}
.TagClassName
{
border-color: #822571;
}
</style>