Shades of Dark Violet #7706AF
Tints of Dark Violet #7706AF
RGB
CMYK
RGB Variations
Color information
#7706AF (or 0x7706AF) is known color: Dark Violet. HEX triplet: 77, 06 and AF. RGB value is (119,6,175). Sum of RGB (Red+Green+Blue) = 119+6+175=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #7706AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7706AF is #88F950. Grayscale: #3A3A3A. Windows color (decimal): -8976721 or 11470455. OLE color: 11470455.
HSL color Cylindrical-coordinate representation of color #7706AF: hue angle of 280.12º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7706AF is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 6 | 175 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.31 |
| HSL | 280.12º | 0.93% | 0.35% | - |
| HSV(B) | 280.12º | 0.97% | 0.69% | - |
| XYZ | 15.41 | 7.15 | 41.12 | - |
| YUV | 59.05 | 193.44 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 175 | 0.32 | 0.97 | 0 | 0.31 | 280.12 | 0.93 | 0.35 |
| Hex | 77 | 6 | AF | 20 | 61 | 0 | 1F | 118 | 5D | 23 |
| Octal | 167 | 6 | 257 | 40 | 141 | 0 | 37 | 430 | 135 | 43 |
| Binary | 1110111 | 110 | 10101111 | 100000 | 1100001 | 0 | 11111 | 100011000 | 1011101 | 100011 |
Color Harmonies of #7706AF
Complementary color
Monochromatic Colors of #7706AF
Black with #7706AF
Text Example
Text Example
White with #7706AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7706AF; }
p { color: rgb(119,6,175); }
H1.HeaderClassName
{
color: #7706AF;
}
.AnyTagClassName
{
color: #7706AF;
}
</style>
background-color css
<style>
a { background-color: #7706AF; }
a { background-color: rgb(119,6,175); }
div.DivClassName
{
background-color: #7706AF;
}
.BgClassName
{
background-color: #7706AF;
}
</style>
border-color css
<style>
span { border-color: #7706AF; }
span { border-color: rgb(119,6,175); }
td.TdClassName
{
border-color: #7706AF;
}
.TagClassName
{
border-color: #7706AF;
}
</style>