Html Css Color HEX #7706FF Electric Indigo

📋 copy color: '#7706FF'

red 119 ◦ green 6 ◦ blue 255

#7706FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #7706FF

Tints of Electric Indigo #7706FF

RGB

 RED value IS 119 (46.88% from 255) = 31.32%

 GREEN value IS 6 (2.73% from 255) = 1.58%

 BLUE value IS 255 (100% from 255) = 67.11%

R = 31.32%
G = 1.58%
B = 67.11%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7706FF (or 0x7706FF) is known color: Electric Indigo. HEX triplet: 77, 06 and FF. RGB value is (119,6,255). Sum of RGB (Red+Green+Blue) = 119+6+255=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #7706FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7706FF is #88F900. Grayscale: #434343. Windows color (decimal): -8976641 or 16713335. OLE color: 16713335.

HSL color Cylindrical-coordinate representation of color #7706FF: hue angle of 267.23º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7706FF is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 6 255 -
CMYK 0.53 0.98 0 0
HSL 267.23º 1% 0.51% -
HSV(B) 267.23º 0.98% 1% -
XYZ 25.72 11.27 95.43 -
YUV 68.17 233.44 164.25 -
System Red Green Blue C M Y K H S L
Decimal 119 6 255 0.53 0.98 0 0 267.23 1 0.51
Hex 77 6 FF 35 62 0 0 10B 64 33
Octal 167 6 377 65 142 0 0 413 144 63
Binary 1110111 110 11111111 110101 1100010 0 0 100001011 1100100 110011

Color Harmonies of #7706FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7706FF

Black with #7706FF

Text Example


Text Example

White with #7706FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7706FF;
 }
 .AnyTagClassName
 {
   color: #7706FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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