Shades of Dark Violet #7A0DAD
Tints of Dark Violet #7A0DAD
RGB
CMYK
RGB Variations
Color information
#7A0DAD (or 0x7A0DAD) is known color: Dark Violet. HEX triplet: 7A, 0D and AD. RGB value is (122,13,173). Sum of RGB (Red+Green+Blue) = 122+13+173=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A0DAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0DAD is #85F252. Grayscale: #3F3F3F. Windows color (decimal): -8778323 or 11341178. OLE color: 11341178.
HSL color Cylindrical-coordinate representation of color #7A0DAD: hue angle of 280.88º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A0DAD is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 13 | 173 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.32 |
| HSL | 280.88º | 0.86% | 0.36% | - |
| HSV(B) | 280.88º | 0.92% | 0.68% | - |
| XYZ | 15.71 | 7.44 | 40.14 | - |
| YUV | 63.83 | 189.61 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 13 | 173 | 0.29 | 0.92 | 0 | 0.32 | 280.88 | 0.86 | 0.36 |
| Hex | 7A | D | AD | 1D | 5C | 0 | 20 | 119 | 56 | 24 |
| Octal | 172 | 15 | 255 | 35 | 134 | 0 | 40 | 431 | 126 | 44 |
| Binary | 1111010 | 1101 | 10101101 | 11101 | 1011100 | 0 | 100000 | 100011001 | 1010110 | 100100 |
Color Harmonies of #7A0DAD
Complementary color
Monochromatic Colors of #7A0DAD
Black with #7A0DAD
Text Example
Text Example
White with #7A0DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0DAD; }
p { color: rgb(122,13,173); }
H1.HeaderClassName
{
color: #7A0DAD;
}
.AnyTagClassName
{
color: #7A0DAD;
}
</style>
background-color css
<style>
a { background-color: #7A0DAD; }
a { background-color: rgb(122,13,173); }
div.DivClassName
{
background-color: #7A0DAD;
}
.BgClassName
{
background-color: #7A0DAD;
}
</style>
border-color css
<style>
span { border-color: #7A0DAD; }
span { border-color: rgb(122,13,173); }
td.TdClassName
{
border-color: #7A0DAD;
}
.TagClassName
{
border-color: #7A0DAD;
}
</style>