Shades of Dark Violet #7706C0
Tints of Dark Violet #7706C0
RGB
CMYK
RGB Variations
Color information
#7706C0 (or 0x7706C0) is known color: Dark Violet. HEX triplet: 77, 06 and C0. RGB value is (119,6,192). Sum of RGB (Red+Green+Blue) = 119+6+192=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #7706C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7706C0 is #88F93F. Grayscale: #3C3C3C. Windows color (decimal): -8976704 or 12584567. OLE color: 12584567.
HSL color Cylindrical-coordinate representation of color #7706C0: hue angle of 276.45º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7706C0 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 6 | 192 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.25 |
| HSL | 276.45º | 0.94% | 0.39% | - |
| HSV(B) | 276.45º | 0.97% | 0.75% | - |
| XYZ | 17.19 | 7.86 | 50.48 | - |
| YUV | 60.99 | 201.94 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 192 | 0.38 | 0.97 | 0 | 0.25 | 276.45 | 0.94 | 0.39 |
| Hex | 77 | 6 | C0 | 26 | 61 | 0 | 19 | 114 | 5E | 27 |
| Octal | 167 | 6 | 300 | 46 | 141 | 0 | 31 | 424 | 136 | 47 |
| Binary | 1110111 | 110 | 11000000 | 100110 | 1100001 | 0 | 11001 | 100010100 | 1011110 | 100111 |
Color Harmonies of #7706C0
Complementary color
Monochromatic Colors of #7706C0
Black with #7706C0
Text Example
Text Example
White with #7706C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7706C0; }
p { color: rgb(119,6,192); }
H1.HeaderClassName
{
color: #7706C0;
}
.AnyTagClassName
{
color: #7706C0;
}
</style>
background-color css
<style>
a { background-color: #7706C0; }
a { background-color: rgb(119,6,192); }
div.DivClassName
{
background-color: #7706C0;
}
.BgClassName
{
background-color: #7706C0;
}
</style>
border-color css
<style>
span { border-color: #7706C0; }
span { border-color: rgb(119,6,192); }
td.TdClassName
{
border-color: #7706C0;
}
.TagClassName
{
border-color: #7706C0;
}
</style>