Shades of Dark Violet #7706DD
Tints of Dark Violet #7706DD
RGB
CMYK
RGB Variations
Color information
#7706DD (or 0x7706DD) is known color: Dark Violet. HEX triplet: 77, 06 and DD. RGB value is (119,6,221). Sum of RGB (Red+Green+Blue) = 119+6+221=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #7706DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7706DD is #88F922. Grayscale: #3F3F3F. Windows color (decimal): -8976675 or 14485111. OLE color: 14485111.
HSL color Cylindrical-coordinate representation of color #7706DD: hue angle of 271.53º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7706DD is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 6 | 221 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.13 |
| HSL | 271.53º | 0.95% | 0.45% | - |
| HSV(B) | 271.53º | 0.97% | 0.87% | - |
| XYZ | 20.72 | 9.27 | 69.1 | - |
| YUV | 64.3 | 216.44 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 221 | 0.46 | 0.97 | 0 | 0.13 | 271.53 | 0.95 | 0.45 |
| Hex | 77 | 6 | DD | 2E | 61 | 0 | D | 110 | 5F | 2D |
| Octal | 167 | 6 | 335 | 56 | 141 | 0 | 15 | 420 | 137 | 55 |
| Binary | 1110111 | 110 | 11011101 | 101110 | 1100001 | 0 | 1101 | 100010000 | 1011111 | 101101 |
Color Harmonies of #7706DD
Complementary color
Monochromatic Colors of #7706DD
Black with #7706DD
Text Example
Text Example
White with #7706DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7706DD; }
p { color: rgb(119,6,221); }
H1.HeaderClassName
{
color: #7706DD;
}
.AnyTagClassName
{
color: #7706DD;
}
</style>
background-color css
<style>
a { background-color: #7706DD; }
a { background-color: rgb(119,6,221); }
div.DivClassName
{
background-color: #7706DD;
}
.BgClassName
{
background-color: #7706DD;
}
</style>
border-color css
<style>
span { border-color: #7706DD; }
span { border-color: rgb(119,6,221); }
td.TdClassName
{
border-color: #7706DD;
}
.TagClassName
{
border-color: #7706DD;
}
</style>