Shades of Dark Purple #822B7E
Tints of Dark Purple #822B7E
RGB
CMYK
RGB Variations
Color information
#822B7E (or 0x822B7E) is known color: Dark Purple. HEX triplet: 82, 2B and 7E. RGB value is (130,43,126). Sum of RGB (Red+Green+Blue) = 130+43+126=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #822B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822B7E is #7DD481. Grayscale: #4E4E4E. Windows color (decimal): -8246402 or 8268674. OLE color: 8268674.
HSL color Cylindrical-coordinate representation of color #822B7E: hue angle of 302.76º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #822B7E is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 43 | 126 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.49 |
| HSL | 302.76º | 0.5% | 0.34% | - |
| HSV(B) | 302.76º | 0.67% | 0.51% | - |
| XYZ | 13.84 | 7.98 | 20.55 | - |
| YUV | 78.48 | 154.82 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 43 | 126 | 0 | 0.67 | 0.03 | 0.49 | 302.76 | 0.5 | 0.34 |
| Hex | 82 | 2B | 7E | 0 | 43 | 3 | 31 | 12F | 32 | 22 |
| Octal | 202 | 53 | 176 | 0 | 103 | 3 | 61 | 457 | 62 | 42 |
| Binary | 10000010 | 101011 | 1111110 | 0 | 1000011 | 11 | 110001 | 100101111 | 110010 | 100010 |
Color Harmonies of #822B7E
Complementary color
Monochromatic Colors of #822B7E
Black with #822B7E
Text Example
Text Example
White with #822B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822B7E; }
p { color: rgb(130,43,126); }
H1.HeaderClassName
{
color: #822B7E;
}
.AnyTagClassName
{
color: #822B7E;
}
</style>
background-color css
<style>
a { background-color: #822B7E; }
a { background-color: rgb(130,43,126); }
div.DivClassName
{
background-color: #822B7E;
}
.BgClassName
{
background-color: #822B7E;
}
</style>
border-color css
<style>
span { border-color: #822B7E; }
span { border-color: rgb(130,43,126); }
td.TdClassName
{
border-color: #822B7E;
}
.TagClassName
{
border-color: #822B7E;
}
</style>