Shades of Dark Purple #822879
Tints of Dark Purple #822879
RGB
CMYK
RGB Variations
Color information
#822879 (or 0x822879) is known color: Dark Purple. HEX triplet: 82, 28 and 79. RGB value is (130,40,121). Sum of RGB (Red+Green+Blue) = 130+40+121=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #822879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822879 is #7DD786. Grayscale: #4B4B4B. Windows color (decimal): -8247175 or 7940226. OLE color: 7940226.
HSL color Cylindrical-coordinate representation of color #822879: hue angle of 306º 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 #822879 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 40 | 121 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.49 |
| HSL | 306º | 0.53% | 0.33% | - |
| HSV(B) | 306º | 0.69% | 0.51% | - |
| XYZ | 13.42 | 7.64 | 18.86 | - |
| YUV | 76.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 121 | 0 | 0.69 | 0.07 | 0.49 | 306 | 0.53 | 0.33 |
| Hex | 82 | 28 | 79 | 0 | 45 | 7 | 31 | 132 | 35 | 21 |
| Octal | 202 | 50 | 171 | 0 | 105 | 7 | 61 | 462 | 65 | 41 |
| Binary | 10000010 | 101000 | 1111001 | 0 | 1000101 | 111 | 110001 | 100110010 | 110101 | 100001 |
Color Harmonies of #822879
Complementary color
Monochromatic Colors of #822879
Black with #822879
Text Example
Text Example
White with #822879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822879; }
p { color: rgb(130,40,121); }
H1.HeaderClassName
{
color: #822879;
}
.AnyTagClassName
{
color: #822879;
}
</style>
background-color css
<style>
a { background-color: #822879; }
a { background-color: rgb(130,40,121); }
div.DivClassName
{
background-color: #822879;
}
.BgClassName
{
background-color: #822879;
}
</style>
border-color css
<style>
span { border-color: #822879; }
span { border-color: rgb(130,40,121); }
td.TdClassName
{
border-color: #822879;
}
.TagClassName
{
border-color: #822879;
}
</style>