Shades of Dark Violet #7A0AD6
Tints of Dark Violet #7A0AD6
RGB
CMYK
RGB Variations
Color information
#7A0AD6 (or 0x7A0AD6) is known color: Dark Violet. HEX triplet: 7A, 0A and D6. RGB value is (122,10,214). Sum of RGB (Red+Green+Blue) = 122+10+214=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 214 (83.98% from 255 or 61.85% from 346); Max value from RGB is 214 - color contains mainly: blue. Hex color #7A0AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0AD6 is #85F529. Grayscale: #424242. Windows color (decimal): -8779050 or 14027386. OLE color: 14027386.
HSL color Cylindrical-coordinate representation of color #7A0AD6: hue angle of 272.94º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0AD6 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 10 | 214 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.16 |
| HSL | 272.94º | 0.91% | 0.44% | - |
| HSV(B) | 272.94º | 0.95% | 0.84% | - |
| XYZ | 20.27 | 9.21 | 64.33 | - |
| YUV | 66.74 | 211.11 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 214 | 0.43 | 0.95 | 0 | 0.16 | 272.94 | 0.91 | 0.44 |
| Hex | 7A | A | D6 | 2B | 5F | 0 | 10 | 111 | 5B | 2C |
| Octal | 172 | 12 | 326 | 53 | 137 | 0 | 20 | 421 | 133 | 54 |
| Binary | 1111010 | 1010 | 11010110 | 101011 | 1011111 | 0 | 10000 | 100010001 | 1011011 | 101100 |
Color Harmonies of #7A0AD6
Complementary color
Monochromatic Colors of #7A0AD6
Black with #7A0AD6
Text Example
Text Example
White with #7A0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0AD6; }
p { color: rgb(122,10,214); }
H1.HeaderClassName
{
color: #7A0AD6;
}
.AnyTagClassName
{
color: #7A0AD6;
}
</style>
background-color css
<style>
a { background-color: #7A0AD6; }
a { background-color: rgb(122,10,214); }
div.DivClassName
{
background-color: #7A0AD6;
}
.BgClassName
{
background-color: #7A0AD6;
}
</style>
border-color css
<style>
span { border-color: #7A0AD6; }
span { border-color: rgb(122,10,214); }
td.TdClassName
{
border-color: #7A0AD6;
}
.TagClassName
{
border-color: #7A0AD6;
}
</style>