Shades of Dark Violet #7A06CC
Tints of Dark Violet #7A06CC
RGB
CMYK
RGB Variations
Color information
#7A06CC (or 0x7A06CC) is known color: Dark Violet. HEX triplet: 7A, 06 and CC. RGB value is (122,6,204). Sum of RGB (Red+Green+Blue) = 122+6+204=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A06CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A06CC is #85F933. Grayscale: #3E3E3E. Windows color (decimal): -8780084 or 13371002. OLE color: 13371002.
HSL color Cylindrical-coordinate representation of color #7A06CC: hue angle of 275.15º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A06CC is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 6 | 204 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.2 |
| HSL | 275.15º | 0.94% | 0.41% | - |
| HSV(B) | 275.15º | 0.97% | 0.8% | - |
| XYZ | 18.99 | 8.63 | 57.79 | - |
| YUV | 63.26 | 207.43 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 6 | 204 | 0.40 | 0.97 | 0 | 0.2 | 275.15 | 0.94 | 0.41 |
| Hex | 7A | 6 | CC | 28 | 61 | 0 | 14 | 113 | 5E | 29 |
| Octal | 172 | 6 | 314 | 50 | 141 | 0 | 24 | 423 | 136 | 51 |
| Binary | 1111010 | 110 | 11001100 | 101000 | 1100001 | 0 | 10100 | 100010011 | 1011110 | 101001 |
Color Harmonies of #7A06CC
Complementary color
Monochromatic Colors of #7A06CC
Black with #7A06CC
Text Example
Text Example
White with #7A06CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A06CC; }
p { color: rgb(122,6,204); }
H1.HeaderClassName
{
color: #7A06CC;
}
.AnyTagClassName
{
color: #7A06CC;
}
</style>
background-color css
<style>
a { background-color: #7A06CC; }
a { background-color: rgb(122,6,204); }
div.DivClassName
{
background-color: #7A06CC;
}
.BgClassName
{
background-color: #7A06CC;
}
</style>
border-color css
<style>
span { border-color: #7A06CC; }
span { border-color: rgb(122,6,204); }
td.TdClassName
{
border-color: #7A06CC;
}
.TagClassName
{
border-color: #7A06CC;
}
</style>