Html Css Color HEX #7706FE Electric Indigo

📋 copy color: '#7706FE'

red 119 ◦ green 6 ◦ blue 254

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

Shades of Electric Indigo #7706FE

Tints of Electric Indigo #7706FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.02%

R = 31.4%
G = 1.58%
B = 67.02%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7706FE (or 0x7706FE) is known color: Electric Indigo. HEX triplet: 77, 06 and FE. RGB value is (119,6,254). Sum of RGB (Red+Green+Blue) = 119+6+254=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #7706FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7706FE is #88F901. Grayscale: #434343. Windows color (decimal): -8976642 or 16647799. OLE color: 16647799.

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

Color convert

RGB 119 6 254 -
CMYK 0.53 0.98 0 0.00
HSL 267.34º 0.99% 0.51% -
HSV(B) 267.34º 0.98% 1% -
XYZ 25.56 11.21 94.58 -
YUV 68.06 232.94 164.33 -
System Red Green Blue C M Y K H S L
Decimal 119 6 254 0.53 0.98 0 0.00 267.34 0.99 0.51
Hex 77 6 FE 35 62 0 0 10B 63 33
Octal 167 6 376 65 142 0 0 413 143 63
Binary 1110111 110 11111110 110101 1100010 0 0 100001011 1100011 110011

Color Harmonies of #7706FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7706FE

Black with #7706FE

Text Example


Text Example

White with #7706FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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