Shades of Dark Purple #82207A
Tints of Dark Purple #82207A
RGB
CMYK
RGB Variations
Color information
#82207A (or 0x82207A) is known color: Dark Purple. HEX triplet: 82, 20 and 7A. RGB value is (130,32,122). Sum of RGB (Red+Green+Blue) = 130+32+122=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #82207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82207A is #7DDF85. Grayscale: #474747. Windows color (decimal): -8249222 or 8003714. OLE color: 8003714.
HSL color Cylindrical-coordinate representation of color #82207A: hue angle of 304.9º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82207A is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 32 | 122 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.49 |
| HSL | 304.9º | 0.6% | 0.32% | - |
| HSV(B) | 304.9º | 0.75% | 0.51% | - |
| XYZ | 13.24 | 7.18 | 19.1 | - |
| YUV | 71.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 122 | 0 | 0.75 | 0.06 | 0.49 | 304.9 | 0.6 | 0.32 |
| Hex | 82 | 20 | 7A | 0 | 4B | 6 | 31 | 131 | 3C | 20 |
| Octal | 202 | 40 | 172 | 0 | 113 | 6 | 61 | 461 | 74 | 40 |
| Binary | 10000010 | 100000 | 1111010 | 0 | 1001011 | 110 | 110001 | 100110001 | 111100 | 100000 |
Color Harmonies of #82207A
Complementary color
Monochromatic Colors of #82207A
Black with #82207A
Text Example
Text Example
White with #82207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82207A; }
p { color: rgb(130,32,122); }
H1.HeaderClassName
{
color: #82207A;
}
.AnyTagClassName
{
color: #82207A;
}
</style>
background-color css
<style>
a { background-color: #82207A; }
a { background-color: rgb(130,32,122); }
div.DivClassName
{
background-color: #82207A;
}
.BgClassName
{
background-color: #82207A;
}
</style>
border-color css
<style>
span { border-color: #82207A; }
span { border-color: rgb(130,32,122); }
td.TdClassName
{
border-color: #82207A;
}
.TagClassName
{
border-color: #82207A;
}
</style>