Shades of Dark Purple #822276
Tints of Dark Purple #822276
RGB
CMYK
RGB Variations
Color information
#822276 (or 0x822276) is known color: Dark Purple. HEX triplet: 82, 22 and 76. RGB value is (130,34,118). Sum of RGB (Red+Green+Blue) = 130+34+118=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #822276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822276 is #7DDD89. Grayscale: #484848. Windows color (decimal): -8248714 or 7742082. OLE color: 7742082.
HSL color Cylindrical-coordinate representation of color #822276: hue angle of 307.5º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822276 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 34 | 118 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.49 |
| HSL | 307.5º | 0.59% | 0.32% | - |
| HSV(B) | 307.5º | 0.74% | 0.51% | - |
| XYZ | 13.05 | 7.2 | 17.84 | - |
| YUV | 72.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 118 | 0 | 0.74 | 0.09 | 0.49 | 307.5 | 0.59 | 0.32 |
| Hex | 82 | 22 | 76 | 0 | 4A | 9 | 31 | 134 | 3B | 20 |
| Octal | 202 | 42 | 166 | 0 | 112 | 11 | 61 | 464 | 73 | 40 |
| Binary | 10000010 | 100010 | 1110110 | 0 | 1001010 | 1001 | 110001 | 100110100 | 111011 | 100000 |
Color Harmonies of #822276
Complementary color
Monochromatic Colors of #822276
Black with #822276
Text Example
Text Example
White with #822276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822276; }
p { color: rgb(130,34,118); }
H1.HeaderClassName
{
color: #822276;
}
.AnyTagClassName
{
color: #822276;
}
</style>
background-color css
<style>
a { background-color: #822276; }
a { background-color: rgb(130,34,118); }
div.DivClassName
{
background-color: #822276;
}
.BgClassName
{
background-color: #822276;
}
</style>
border-color css
<style>
span { border-color: #822276; }
span { border-color: rgb(130,34,118); }
td.TdClassName
{
border-color: #822276;
}
.TagClassName
{
border-color: #822276;
}
</style>