Shades of Dark Purple #7A2083
Tints of Dark Purple #7A2083
RGB
CMYK
RGB Variations
Color information
#7A2083 (or 0x7A2083) is known color: Dark Purple. HEX triplet: 7A, 20 and 83. RGB value is (122,32,131). Sum of RGB (Red+Green+Blue) = 122+32+131=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A2083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2083 is #85DF7C. Grayscale: #454545. Windows color (decimal): -8773501 or 8593530. OLE color: 8593530.
HSL color Cylindrical-coordinate representation of color #7A2083: hue angle of 294.55º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A2083 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 32 | 131 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.49 |
| HSL | 294.55º | 0.61% | 0.32% | - |
| HSV(B) | 294.55º | 0.76% | 0.51% | - |
| XYZ | 12.64 | 6.81 | 22.12 | - |
| YUV | 70.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 131 | 0.07 | 0.76 | 0 | 0.49 | 294.55 | 0.61 | 0.32 |
| Hex | 7A | 20 | 83 | 7 | 4C | 0 | 31 | 127 | 3D | 20 |
| Octal | 172 | 40 | 203 | 7 | 114 | 0 | 61 | 447 | 75 | 40 |
| Binary | 1111010 | 100000 | 10000011 | 111 | 1001100 | 0 | 110001 | 100100111 | 111101 | 100000 |
Color Harmonies of #7A2083
Complementary color
Monochromatic Colors of #7A2083
Black with #7A2083
Text Example
Text Example
White with #7A2083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2083; }
p { color: rgb(122,32,131); }
H1.HeaderClassName
{
color: #7A2083;
}
.AnyTagClassName
{
color: #7A2083;
}
</style>
background-color css
<style>
a { background-color: #7A2083; }
a { background-color: rgb(122,32,131); }
div.DivClassName
{
background-color: #7A2083;
}
.BgClassName
{
background-color: #7A2083;
}
</style>
border-color css
<style>
span { border-color: #7A2083; }
span { border-color: rgb(122,32,131); }
td.TdClassName
{
border-color: #7A2083;
}
.TagClassName
{
border-color: #7A2083;
}
</style>