Shades of Dark Violet #7A07C6
Tints of Dark Violet #7A07C6
RGB
CMYK
RGB Variations
Color information
#7A07C6 (or 0x7A07C6) is known color: Dark Violet. HEX triplet: 7A, 07 and C6. RGB value is (122,7,198). Sum of RGB (Red+Green+Blue) = 122+7+198=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 198 (77.73% from 255 or 60.55% from 327); Max value from RGB is 198 - color contains mainly: blue. Hex color #7A07C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A07C6 is #85F839. Grayscale: #3E3E3E. Windows color (decimal): -8779834 or 12978042. OLE color: 12978042.
HSL color Cylindrical-coordinate representation of color #7A07C6: hue angle of 276.13º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A07C6 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 7 | 198 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.22 |
| HSL | 276.13º | 0.93% | 0.4% | - |
| HSV(B) | 276.13º | 0.96% | 0.78% | - |
| XYZ | 18.3 | 8.37 | 54.08 | - |
| YUV | 63.16 | 204.1 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 198 | 0.38 | 0.96 | 0 | 0.22 | 276.13 | 0.93 | 0.4 |
| Hex | 7A | 7 | C6 | 26 | 60 | 0 | 16 | 114 | 5D | 28 |
| Octal | 172 | 7 | 306 | 46 | 140 | 0 | 26 | 424 | 135 | 50 |
| Binary | 1111010 | 111 | 11000110 | 100110 | 1100000 | 0 | 10110 | 100010100 | 1011101 | 101000 |
Color Harmonies of #7A07C6
Complementary color
Monochromatic Colors of #7A07C6
Black with #7A07C6
Text Example
Text Example
White with #7A07C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A07C6; }
p { color: rgb(122,7,198); }
H1.HeaderClassName
{
color: #7A07C6;
}
.AnyTagClassName
{
color: #7A07C6;
}
</style>
background-color css
<style>
a { background-color: #7A07C6; }
a { background-color: rgb(122,7,198); }
div.DivClassName
{
background-color: #7A07C6;
}
.BgClassName
{
background-color: #7A07C6;
}
</style>
border-color css
<style>
span { border-color: #7A07C6; }
span { border-color: rgb(122,7,198); }
td.TdClassName
{
border-color: #7A07C6;
}
.TagClassName
{
border-color: #7A07C6;
}
</style>