Shades of Dark Violet #7A06CE
Tints of Dark Violet #7A06CE
RGB
CMYK
RGB Variations
Color information
#7A06CE (or 0x7A06CE) is known color: Dark Violet. HEX triplet: 7A, 06 and CE. RGB value is (122,6,206). Sum of RGB (Red+Green+Blue) = 122+6+206=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A06CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A06CE is #85F931. Grayscale: #3E3E3E. Windows color (decimal): -8780082 or 13502074. OLE color: 13502074.
HSL color Cylindrical-coordinate representation of color #7A06CE: hue angle of 274.8º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A06CE is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 6 | 206 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.19 |
| HSL | 274.8º | 0.94% | 0.42% | - |
| HSV(B) | 274.8º | 0.97% | 0.81% | - |
| XYZ | 19.23 | 8.72 | 59.06 | - |
| YUV | 63.48 | 208.43 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 6 | 206 | 0.41 | 0.97 | 0 | 0.19 | 274.8 | 0.94 | 0.42 |
| Hex | 7A | 6 | CE | 29 | 61 | 0 | 13 | 113 | 5E | 2A |
| Octal | 172 | 6 | 316 | 51 | 141 | 0 | 23 | 423 | 136 | 52 |
| Binary | 1111010 | 110 | 11001110 | 101001 | 1100001 | 0 | 10011 | 100010011 | 1011110 | 101010 |
Color Harmonies of #7A06CE
Complementary color
Monochromatic Colors of #7A06CE
Black with #7A06CE
Text Example
Text Example
White with #7A06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A06CE; }
p { color: rgb(122,6,206); }
H1.HeaderClassName
{
color: #7A06CE;
}
.AnyTagClassName
{
color: #7A06CE;
}
</style>
background-color css
<style>
a { background-color: #7A06CE; }
a { background-color: rgb(122,6,206); }
div.DivClassName
{
background-color: #7A06CE;
}
.BgClassName
{
background-color: #7A06CE;
}
</style>
border-color css
<style>
span { border-color: #7A06CE; }
span { border-color: rgb(122,6,206); }
td.TdClassName
{
border-color: #7A06CE;
}
.TagClassName
{
border-color: #7A06CE;
}
</style>