Html Css Color HEX #7703EF Electric Indigo

📋 copy color: '#7703EF'

red 119 ◦ green 3 ◦ blue 239

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

Shades of Electric Indigo #7703EF

Tints of Electric Indigo #7703EF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

 BLUE value IS 239 (93.75% from 255) = 66.2%

R = 32.96%
G = 0.83%
B = 66.2%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7703EF (or 0x7703EF) is known color: Electric Indigo. HEX triplet: 77, 03 and EF. RGB value is (119,3,239). Sum of RGB (Red+Green+Blue) = 119+3+239=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 239 (93.75% from 255 or 66.20% from 361); Max value from RGB is 239 - color contains mainly: blue. Hex color #7703EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7703EF is #88FC10. Grayscale: #3F3F3F. Windows color (decimal): -8977425 or 15663991. OLE color: 15663991.

HSL color Cylindrical-coordinate representation of color #7703EF: hue angle of 269.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7703EF is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 3 239 -
CMYK 0.50 0.99 0 0.06
HSL 269.49º 0.98% 0.47% -
HSV(B) 269.49º 0.99% 0.94% -
XYZ 23.22 10.22 82.41 -
YUV 64.59 226.43 166.81 -
System Red Green Blue C M Y K H S L
Decimal 119 3 239 0.50 0.99 0 0.06 269.49 0.98 0.47
Hex 77 3 EF 32 63 0 6 10D 62 2F
Octal 167 3 357 62 143 0 6 415 142 57
Binary 1110111 11 11101111 110010 1100011 0 110 100001101 1100010 101111

Color Harmonies of #7703EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7703EF

Black with #7703EF

Text Example


Text Example

White with #7703EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7703EF; }

 p { color: rgb(119,3,239); }

 H1.HeaderClassName
 {
   color: #7703EF;
 }
 .AnyTagClassName
 {
   color: #7703EF;
 }
</style>

background-color css

<style>
 a { background-color: #7703EF; }

 a { background-color: rgb(119,3,239); }

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

border-color css

<style>
 span { border-color: #7703EF; }

 span { border-color: rgb(119,3,239); }

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