Shades of Dark Purple #822875
Tints of Dark Purple #822875
RGB
CMYK
RGB Variations
Color information
#822875 (or 0x822875) is known color: Dark Purple. HEX triplet: 82, 28 and 75. RGB value is (130,40,117). Sum of RGB (Red+Green+Blue) = 130+40+117=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #822875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822875 is #7DD78A. Grayscale: #4B4B4B. Windows color (decimal): -8247179 or 7678082. OLE color: 7678082.
HSL color Cylindrical-coordinate representation of color #822875: hue angle of 308.67º 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 #822875 is Cyan = 0, Magento = 0.69, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 40 | 117 | - |
| CMYK | 0 | 0.69 | 0.1 | 0.49 |
| HSL | 308.67º | 0.53% | 0.33% | - |
| HSV(B) | 308.67º | 0.69% | 0.51% | - |
| XYZ | 13.18 | 7.55 | 17.59 | - |
| YUV | 75.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 117 | 0 | 0.69 | 0.1 | 0.49 | 308.67 | 0.53 | 0.33 |
| Hex | 82 | 28 | 75 | 0 | 45 | A | 31 | 135 | 35 | 21 |
| Octal | 202 | 50 | 165 | 0 | 105 | 12 | 61 | 465 | 65 | 41 |
| Binary | 10000010 | 101000 | 1110101 | 0 | 1000101 | 1010 | 110001 | 100110101 | 110101 | 100001 |
Color Harmonies of #822875
Complementary color
Monochromatic Colors of #822875
Black with #822875
Text Example
Text Example
White with #822875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822875; }
p { color: rgb(130,40,117); }
H1.HeaderClassName
{
color: #822875;
}
.AnyTagClassName
{
color: #822875;
}
</style>
background-color css
<style>
a { background-color: #822875; }
a { background-color: rgb(130,40,117); }
div.DivClassName
{
background-color: #822875;
}
.BgClassName
{
background-color: #822875;
}
</style>
border-color css
<style>
span { border-color: #822875; }
span { border-color: rgb(130,40,117); }
td.TdClassName
{
border-color: #822875;
}
.TagClassName
{
border-color: #822875;
}
</style>