Shades of Dark Purple #82226D
Tints of Dark Purple #82226D
RGB
CMYK
RGB Variations
Color information
#82226D (or 0x82226D) is known color: Dark Purple. HEX triplet: 82, 22 and 6D. RGB value is (130,34,109). Sum of RGB (Red+Green+Blue) = 130+34+109=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82226D is #7DDD92. Grayscale: #474747. Windows color (decimal): -8248723 or 7152258. OLE color: 7152258.
HSL color Cylindrical-coordinate representation of color #82226D: hue angle of 313.12º 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 #82226D is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 34 | 109 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.49 |
| HSL | 313.13º | 0.59% | 0.32% | - |
| HSV(B) | 313.13º | 0.74% | 0.51% | - |
| XYZ | 12.54 | 6.99 | 15.16 | - |
| YUV | 71.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 109 | 0 | 0.74 | 0.16 | 0.49 | 313.13 | 0.59 | 0.32 |
| Hex | 82 | 22 | 6D | 0 | 4A | 10 | 31 | 139 | 3B | 20 |
| Octal | 202 | 42 | 155 | 0 | 112 | 20 | 61 | 471 | 73 | 40 |
| Binary | 10000010 | 100010 | 1101101 | 0 | 1001010 | 10000 | 110001 | 100111001 | 111011 | 100000 |
Color Harmonies of #82226D
Complementary color
Monochromatic Colors of #82226D
Black with #82226D
Text Example
Text Example
White with #82226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82226D; }
p { color: rgb(130,34,109); }
H1.HeaderClassName
{
color: #82226D;
}
.AnyTagClassName
{
color: #82226D;
}
</style>
background-color css
<style>
a { background-color: #82226D; }
a { background-color: rgb(130,34,109); }
div.DivClassName
{
background-color: #82226D;
}
.BgClassName
{
background-color: #82226D;
}
</style>
border-color css
<style>
span { border-color: #82226D; }
span { border-color: rgb(130,34,109); }
td.TdClassName
{
border-color: #82226D;
}
.TagClassName
{
border-color: #82226D;
}
</style>