Shades of Dark Purple #822487
Tints of Dark Purple #822487
RGB
CMYK
RGB Variations
Color information
#822487 (or 0x822487) is known color: Dark Purple. HEX triplet: 82, 24 and 87. RGB value is (130,36,135). Sum of RGB (Red+Green+Blue) = 130+36+135=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #822487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822487 is #7DDB78. Grayscale: #4B4B4B. Windows color (decimal): -8248185 or 8856706. OLE color: 8856706.
HSL color Cylindrical-coordinate representation of color #822487: hue angle of 296.97º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #822487 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 36 | 135 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.47 |
| HSL | 296.97º | 0.58% | 0.34% | - |
| HSV(B) | 296.97º | 0.73% | 0.53% | - |
| XYZ | 14.21 | 7.76 | 23.67 | - |
| YUV | 75.39 | 161.64 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 135 | 0.04 | 0.73 | 0 | 0.47 | 296.97 | 0.58 | 0.34 |
| Hex | 82 | 24 | 87 | 4 | 49 | 0 | 2F | 129 | 3A | 22 |
| Octal | 202 | 44 | 207 | 4 | 111 | 0 | 57 | 451 | 72 | 42 |
| Binary | 10000010 | 100100 | 10000111 | 100 | 1001001 | 0 | 101111 | 100101001 | 111010 | 100010 |
Color Harmonies of #822487
Complementary color
Monochromatic Colors of #822487
Black with #822487
Text Example
Text Example
White with #822487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822487; }
p { color: rgb(130,36,135); }
H1.HeaderClassName
{
color: #822487;
}
.AnyTagClassName
{
color: #822487;
}
</style>
background-color css
<style>
a { background-color: #822487; }
a { background-color: rgb(130,36,135); }
div.DivClassName
{
background-color: #822487;
}
.BgClassName
{
background-color: #822487;
}
</style>
border-color css
<style>
span { border-color: #822487; }
span { border-color: rgb(130,36,135); }
td.TdClassName
{
border-color: #822487;
}
.TagClassName
{
border-color: #822487;
}
</style>