Shades of Dark Violet #7706DB
Tints of Dark Violet #7706DB
RGB
CMYK
RGB Variations
Color information
#7706DB (or 0x7706DB) is known color: Dark Violet. HEX triplet: 77, 06 and DB. RGB value is (119,6,219). Sum of RGB (Red+Green+Blue) = 119+6+219=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #7706DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7706DB is #88F924. Grayscale: #3F3F3F. Windows color (decimal): -8976677 or 14354039. OLE color: 14354039.
HSL color Cylindrical-coordinate representation of color #7706DB: hue angle of 271.83º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7706DB is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 6 | 219 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.14 |
| HSL | 271.83º | 0.95% | 0.44% | - |
| HSV(B) | 271.83º | 0.97% | 0.86% | - |
| XYZ | 20.46 | 9.17 | 67.71 | - |
| YUV | 64.07 | 215.44 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 219 | 0.46 | 0.97 | 0 | 0.14 | 271.83 | 0.95 | 0.44 |
| Hex | 77 | 6 | DB | 2E | 61 | 0 | E | 110 | 5F | 2C |
| Octal | 167 | 6 | 333 | 56 | 141 | 0 | 16 | 420 | 137 | 54 |
| Binary | 1110111 | 110 | 11011011 | 101110 | 1100001 | 0 | 1110 | 100010000 | 1011111 | 101100 |
Color Harmonies of #7706DB
Complementary color
Monochromatic Colors of #7706DB
Black with #7706DB
Text Example
Text Example
White with #7706DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7706DB; }
p { color: rgb(119,6,219); }
H1.HeaderClassName
{
color: #7706DB;
}
.AnyTagClassName
{
color: #7706DB;
}
</style>
background-color css
<style>
a { background-color: #7706DB; }
a { background-color: rgb(119,6,219); }
div.DivClassName
{
background-color: #7706DB;
}
.BgClassName
{
background-color: #7706DB;
}
</style>
border-color css
<style>
span { border-color: #7706DB; }
span { border-color: rgb(119,6,219); }
td.TdClassName
{
border-color: #7706DB;
}
.TagClassName
{
border-color: #7706DB;
}
</style>