#7706BA

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

Shades of Dark Violet #7706BA

Tints of Dark Violet #7706BA

Color information

#7706BA (or 0x7706BA) is unknown color: approx Dark Violet. HEX triplet: 77, 06 and BA. RGB value is (119,6,186). Sum of RGB (Red+Green+Blue) = 119+6+186=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #7706BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7706BA is #88F945. Grayscale: #3B3B3B. Windows color (decimal): -8976710 or 12191351. OLE color: 12191351.

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

Color convert

RGB1196186-
CMYK0.360.9700.27
HSL277.67º93.75%37.65%-
HSV(B)277.67º96.77%72.94%-
XYZ16.547.647.05-
YUV60.31198.94169.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 6 (2.73% from 255) = 1.93%
BLUE value IS 186 (73.05% from 255) = 59.81%
R=38.26%
G=1.93%
B=59.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11961860.360.9700.27277.6793.7537.65
Hex776BA246101B1165e26
Octal16762724414103342613646
Binary11101111101011101010010011000010110111000101101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7706BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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