#7706B3

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

Shades of Dark Violet #7706B3

Tints of Dark Violet #7706B3

Color information

#7706B3 (or 0x7706B3) is unknown color: approx Dark Violet. HEX triplet: 77, 06 and B3. RGB value is (119,6,179). Sum of RGB (Red+Green+Blue) = 119+6+179=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #7706B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7706B3 is #88F94C. Grayscale: #3A3A3A. Windows color (decimal): -8976717 or 11732599. OLE color: 11732599.

HSL color Cylindrical-coordinate representation of color #7706B3: hue angle of 279.19º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7706B3 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1196179-
CMYK0.340.9700.30
HSL279.19º93.51%36.27%-
HSV(B)279.19º96.65%70.2%-
XYZ15.817.3143.22-
YUV59.51195.44170.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 179 (70.31% from 255) = 58.88%
R=39.14%
G=1.97%
B=58.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11961790.340.9700.30279.1993.5136.27
Hex776B3226101E1175e24
Octal16762634214103642713644
Binary11101111101011001110001011000010111101000101111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7706B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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