Shades of Dark Violet #7706D0
Tints of Dark Violet #7706D0
RGB
CMYK
RGB Variations
Color information
#7706D0 (or 0x7706D0) is known color: Dark Violet. HEX triplet: 77, 06 and D0. RGB value is (119,6,208). Sum of RGB (Red+Green+Blue) = 119+6+208=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 208 (81.64% from 255 or 62.46% from 333); Max value from RGB is 208 - color contains mainly: blue. Hex color #7706D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7706D0 is #88F92F. Grayscale: #3E3E3E. Windows color (decimal): -8976688 or 13633143. OLE color: 13633143.
HSL color Cylindrical-coordinate representation of color #7706D0: hue angle of 273.56º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7706D0 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 6 | 208 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.18 |
| HSL | 273.56º | 0.94% | 0.42% | - |
| HSV(B) | 273.56º | 0.97% | 0.82% | - |
| XYZ | 19.06 | 8.61 | 60.33 | - |
| YUV | 62.82 | 209.94 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 208 | 0.43 | 0.97 | 0 | 0.18 | 273.56 | 0.94 | 0.42 |
| Hex | 77 | 6 | D0 | 2B | 61 | 0 | 12 | 112 | 5E | 2A |
| Octal | 167 | 6 | 320 | 53 | 141 | 0 | 22 | 422 | 136 | 52 |
| Binary | 1110111 | 110 | 11010000 | 101011 | 1100001 | 0 | 10010 | 100010010 | 1011110 | 101010 |
Color Harmonies of #7706D0
Complementary color
Monochromatic Colors of #7706D0
Black with #7706D0
Text Example
Text Example
White with #7706D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7706D0; }
p { color: rgb(119,6,208); }
H1.HeaderClassName
{
color: #7706D0;
}
.AnyTagClassName
{
color: #7706D0;
}
</style>
background-color css
<style>
a { background-color: #7706D0; }
a { background-color: rgb(119,6,208); }
div.DivClassName
{
background-color: #7706D0;
}
.BgClassName
{
background-color: #7706D0;
}
</style>
border-color css
<style>
span { border-color: #7706D0; }
span { border-color: rgb(119,6,208); }
td.TdClassName
{
border-color: #7706D0;
}
.TagClassName
{
border-color: #7706D0;
}
</style>