Shades of Dark Violet #7706DF
Tints of Dark Violet #7706DF
RGB
CMYK
RGB Variations
Color information
#7706DF (or 0x7706DF) is known color: Dark Violet. HEX triplet: 77, 06 and DF. RGB value is (119,6,223). Sum of RGB (Red+Green+Blue) = 119+6+223=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #7706DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7706DF is #88F920. Grayscale: #3F3F3F. Windows color (decimal): -8976673 or 14616183. OLE color: 14616183.
HSL color Cylindrical-coordinate representation of color #7706DF: hue angle of 271.24º 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 #7706DF is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 6 | 223 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.13 |
| HSL | 271.24º | 0.95% | 0.45% | - |
| HSV(B) | 271.24º | 0.97% | 0.87% | - |
| XYZ | 20.99 | 9.38 | 70.52 | - |
| YUV | 64.53 | 217.44 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 223 | 0.47 | 0.97 | 0 | 0.13 | 271.24 | 0.95 | 0.45 |
| Hex | 77 | 6 | DF | 2F | 61 | 0 | D | 10F | 5F | 2D |
| Octal | 167 | 6 | 337 | 57 | 141 | 0 | 15 | 417 | 137 | 55 |
| Binary | 1110111 | 110 | 11011111 | 101111 | 1100001 | 0 | 1101 | 100001111 | 1011111 | 101101 |
Color Harmonies of #7706DF
Complementary color
Monochromatic Colors of #7706DF
Black with #7706DF
Text Example
Text Example
White with #7706DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7706DF; }
p { color: rgb(119,6,223); }
H1.HeaderClassName
{
color: #7706DF;
}
.AnyTagClassName
{
color: #7706DF;
}
</style>
background-color css
<style>
a { background-color: #7706DF; }
a { background-color: rgb(119,6,223); }
div.DivClassName
{
background-color: #7706DF;
}
.BgClassName
{
background-color: #7706DF;
}
</style>
border-color css
<style>
span { border-color: #7706DF; }
span { border-color: rgb(119,6,223); }
td.TdClassName
{
border-color: #7706DF;
}
.TagClassName
{
border-color: #7706DF;
}
</style>