Shades of Dark Purple #822871
Tints of Dark Purple #822871
RGB
CMYK
RGB Variations
Color information
#822871 (or 0x822871) is known color: Dark Purple. HEX triplet: 82, 28 and 71. RGB value is (130,40,113). Sum of RGB (Red+Green+Blue) = 130+40+113=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #822871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822871 is #7DD78E. Grayscale: #4B4B4B. Windows color (decimal): -8247183 or 7415938. OLE color: 7415938.
HSL color Cylindrical-coordinate representation of color #822871: hue angle of 311.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #822871 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 40 | 113 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.49 |
| HSL | 311.33º | 0.53% | 0.33% | - |
| HSV(B) | 311.33º | 0.69% | 0.51% | - |
| XYZ | 12.95 | 7.46 | 16.38 | - |
| YUV | 75.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 113 | 0 | 0.69 | 0.13 | 0.49 | 311.33 | 0.53 | 0.33 |
| Hex | 82 | 28 | 71 | 0 | 45 | D | 31 | 137 | 35 | 21 |
| Octal | 202 | 50 | 161 | 0 | 105 | 15 | 61 | 467 | 65 | 41 |
| Binary | 10000010 | 101000 | 1110001 | 0 | 1000101 | 1101 | 110001 | 100110111 | 110101 | 100001 |
Color Harmonies of #822871
Complementary color
Monochromatic Colors of #822871
Black with #822871
Text Example
Text Example
White with #822871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822871; }
p { color: rgb(130,40,113); }
H1.HeaderClassName
{
color: #822871;
}
.AnyTagClassName
{
color: #822871;
}
</style>
background-color css
<style>
a { background-color: #822871; }
a { background-color: rgb(130,40,113); }
div.DivClassName
{
background-color: #822871;
}
.BgClassName
{
background-color: #822871;
}
</style>
border-color css
<style>
span { border-color: #822871; }
span { border-color: rgb(130,40,113); }
td.TdClassName
{
border-color: #822871;
}
.TagClassName
{
border-color: #822871;
}
</style>