Shades of Dark Violet #7706BD
Tints of Dark Violet #7706BD
RGB
CMYK
RGB Variations
Color information
#7706BD (or 0x7706BD) is known color: Dark Violet. HEX triplet: 77, 06 and BD. RGB value is (119,6,189). Sum of RGB (Red+Green+Blue) = 119+6+189=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #7706BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7706BD is #88F942. Grayscale: #3C3C3C. Windows color (decimal): -8976707 or 12387959. OLE color: 12387959.
HSL color Cylindrical-coordinate representation of color #7706BD: hue angle of 277.05º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7706BD is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 6 | 189 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.26 |
| HSL | 277.05º | 0.94% | 0.38% | - |
| HSV(B) | 277.05º | 0.97% | 0.74% | - |
| XYZ | 16.86 | 7.73 | 48.75 | - |
| YUV | 60.65 | 200.44 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 189 | 0.37 | 0.97 | 0 | 0.26 | 277.05 | 0.94 | 0.38 |
| Hex | 77 | 6 | BD | 25 | 61 | 0 | 1A | 115 | 5E | 26 |
| Octal | 167 | 6 | 275 | 45 | 141 | 0 | 32 | 425 | 136 | 46 |
| Binary | 1110111 | 110 | 10111101 | 100101 | 1100001 | 0 | 11010 | 100010101 | 1011110 | 100110 |
Color Harmonies of #7706BD
Complementary color
Monochromatic Colors of #7706BD
Black with #7706BD
Text Example
Text Example
White with #7706BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7706BD; }
p { color: rgb(119,6,189); }
H1.HeaderClassName
{
color: #7706BD;
}
.AnyTagClassName
{
color: #7706BD;
}
</style>
background-color css
<style>
a { background-color: #7706BD; }
a { background-color: rgb(119,6,189); }
div.DivClassName
{
background-color: #7706BD;
}
.BgClassName
{
background-color: #7706BD;
}
</style>
border-color css
<style>
span { border-color: #7706BD; }
span { border-color: rgb(119,6,189); }
td.TdClassName
{
border-color: #7706BD;
}
.TagClassName
{
border-color: #7706BD;
}
</style>