Shades of Dark Purple #822A7F
Tints of Dark Purple #822A7F
RGB
CMYK
RGB Variations
Color information
#822A7F (or 0x822A7F) is known color: Dark Purple. HEX triplet: 82, 2A and 7F. RGB value is (130,42,127). Sum of RGB (Red+Green+Blue) = 130+42+127=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #822A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822A7F is #7DD580. Grayscale: #4D4D4D. Windows color (decimal): -8246657 or 8333954. OLE color: 8333954.
HSL color Cylindrical-coordinate representation of color #822A7F: hue angle of 302.05º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #822A7F is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 42 | 127 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.49 |
| HSL | 302.05º | 0.51% | 0.34% | - |
| HSV(B) | 302.05º | 0.68% | 0.51% | - |
| XYZ | 13.86 | 7.93 | 20.88 | - |
| YUV | 78 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 127 | 0 | 0.68 | 0.02 | 0.49 | 302.05 | 0.51 | 0.34 |
| Hex | 82 | 2A | 7F | 0 | 44 | 2 | 31 | 12E | 33 | 22 |
| Octal | 202 | 52 | 177 | 0 | 104 | 2 | 61 | 456 | 63 | 42 |
| Binary | 10000010 | 101010 | 1111111 | 0 | 1000100 | 10 | 110001 | 100101110 | 110011 | 100010 |
Color Harmonies of #822A7F
Complementary color
Monochromatic Colors of #822A7F
Black with #822A7F
Text Example
Text Example
White with #822A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822A7F; }
p { color: rgb(130,42,127); }
H1.HeaderClassName
{
color: #822A7F;
}
.AnyTagClassName
{
color: #822A7F;
}
</style>
background-color css
<style>
a { background-color: #822A7F; }
a { background-color: rgb(130,42,127); }
div.DivClassName
{
background-color: #822A7F;
}
.BgClassName
{
background-color: #822A7F;
}
</style>
border-color css
<style>
span { border-color: #822A7F; }
span { border-color: rgb(130,42,127); }
td.TdClassName
{
border-color: #822A7F;
}
.TagClassName
{
border-color: #822A7F;
}
</style>