#7706DE

Color #7706DE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7706DE

Tints of Dark Violet #7706DE

Color information

#7706DE (or 0x7706DE) is unknown color: approx Dark Violet. HEX triplet: 77, 06 and DE. RGB value is (119,6,222). Sum of RGB (Red+Green+Blue) = 119+6+222=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #7706DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7706DE is #88F921. Grayscale: #3F3F3F. Windows color (decimal): -8976674 or 14550647. OLE color: 14550647.

HSL color Cylindrical-coordinate representation of color #7706DE: hue angle of 271.39º 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 #7706DE is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1196222-
CMYK0.460.9700.13
HSL271.39º94.74%44.71%-
HSV(B)271.39º97.3%87.06%-
XYZ20.869.3369.81-
YUV64.41216.94166.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 6 (2.73% from 255) = 1.73%
BLUE value IS 222 (87.11% from 255) = 63.98%
R=34.29%
G=1.73%
B=63.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11962220.460.9700.13271.3994.7444.71
Hex776DE2E610D10f5f2d
Octal16763365614101541713755
Binary1110111110110111101011101100001011011000011111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7706DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7706DE; }

 p { color: rgb(119,6,222); }

 H1.HeaderClassName
 {
   color: #7706DE;
 }
 .AnyTagClassName
 {
   color: #7706DE;
 }
</style>
background-color css

<style>
 a { background-color: #7706DE; }

 a { background-color: rgb(119,6,222); }

 div.DivClassName
 {
   background-color: #7706DE;
 }
 .BgClassName
 {
   background-color: #7706DE;
 }
</style>
border-color css

<style>
 span { border-color: #7706DE; }

 span { border-color: rgb(119,6,222); }

 td.TdClassName
 {
   border-color: #7706DE;
 }
 .TagClassName
 {
   border-color: #7706DE;
 }
</style>