Shades of Dark Purple #822680
Tints of Dark Purple #822680
RGB
CMYK
RGB Variations
Color information
#822680 (or 0x822680) is known color: Dark Purple. HEX triplet: 82, 26 and 80. RGB value is (130,38,128). Sum of RGB (Red+Green+Blue) = 130+38+128=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #822680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822680 is #7DD97F. Grayscale: #4B4B4B. Windows color (decimal): -8247680 or 8398466. OLE color: 8398466.
HSL color Cylindrical-coordinate representation of color #822680: hue angle of 301.3º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #822680 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 38 | 128 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.49 |
| HSL | 301.3º | 0.55% | 0.33% | - |
| HSV(B) | 301.3º | 0.71% | 0.51% | - |
| XYZ | 13.8 | 7.69 | 21.18 | - |
| YUV | 75.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 128 | 0 | 0.71 | 0.02 | 0.49 | 301.3 | 0.55 | 0.33 |
| Hex | 82 | 26 | 80 | 0 | 47 | 2 | 31 | 12D | 37 | 21 |
| Octal | 202 | 46 | 200 | 0 | 107 | 2 | 61 | 455 | 67 | 41 |
| Binary | 10000010 | 100110 | 10000000 | 0 | 1000111 | 10 | 110001 | 100101101 | 110111 | 100001 |
Color Harmonies of #822680
Complementary color
Monochromatic Colors of #822680
Black with #822680
Text Example
Text Example
White with #822680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822680; }
p { color: rgb(130,38,128); }
H1.HeaderClassName
{
color: #822680;
}
.AnyTagClassName
{
color: #822680;
}
</style>
background-color css
<style>
a { background-color: #822680; }
a { background-color: rgb(130,38,128); }
div.DivClassName
{
background-color: #822680;
}
.BgClassName
{
background-color: #822680;
}
</style>
border-color css
<style>
span { border-color: #822680; }
span { border-color: rgb(130,38,128); }
td.TdClassName
{
border-color: #822680;
}
.TagClassName
{
border-color: #822680;
}
</style>