Shades of Dark Purple #822778
Tints of Dark Purple #822778
RGB
CMYK
RGB Variations
Color information
#822778 (or 0x822778) is known color: Dark Purple. HEX triplet: 82, 27 and 78. RGB value is (130,39,120). Sum of RGB (Red+Green+Blue) = 130+39+120=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #822778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822778 is #7DD887. Grayscale: #4B4B4B. Windows color (decimal): -8247432 or 7874434. OLE color: 7874434.
HSL color Cylindrical-coordinate representation of color #822778: hue angle of 306.59º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #822778 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 39 | 120 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.49 |
| HSL | 306.59º | 0.54% | 0.33% | - |
| HSV(B) | 306.59º | 0.7% | 0.51% | - |
| XYZ | 13.32 | 7.55 | 18.53 | - |
| YUV | 75.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 39 | 120 | 0 | 0.70 | 0.08 | 0.49 | 306.59 | 0.54 | 0.33 |
| Hex | 82 | 27 | 78 | 0 | 46 | 8 | 31 | 133 | 36 | 21 |
| Octal | 202 | 47 | 170 | 0 | 106 | 10 | 61 | 463 | 66 | 41 |
| Binary | 10000010 | 100111 | 1111000 | 0 | 1000110 | 1000 | 110001 | 100110011 | 110110 | 100001 |
Color Harmonies of #822778
Complementary color
Monochromatic Colors of #822778
Black with #822778
Text Example
Text Example
White with #822778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822778; }
p { color: rgb(130,39,120); }
H1.HeaderClassName
{
color: #822778;
}
.AnyTagClassName
{
color: #822778;
}
</style>
background-color css
<style>
a { background-color: #822778; }
a { background-color: rgb(130,39,120); }
div.DivClassName
{
background-color: #822778;
}
.BgClassName
{
background-color: #822778;
}
</style>
border-color css
<style>
span { border-color: #822778; }
span { border-color: rgb(130,39,120); }
td.TdClassName
{
border-color: #822778;
}
.TagClassName
{
border-color: #822778;
}
</style>