Html Css Color HEX #7703EA Electric Indigo

📋 copy color: '#7703EA'

red 119 ◦ green 3 ◦ blue 234

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

Shades of Electric Indigo #7703EA

Tints of Electric Indigo #7703EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65.73%

R = 33.43%
G = 0.84%
B = 65.73%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7703EA (or 0x7703EA) is known color: Electric Indigo. HEX triplet: 77, 03 and EA. RGB value is (119,3,234). Sum of RGB (Red+Green+Blue) = 119+3+234=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #7703EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7703EA is #88FC15. Grayscale: #3F3F3F. Windows color (decimal): -8977430 or 15336311. OLE color: 15336311.

HSL color Cylindrical-coordinate representation of color #7703EA: hue angle of 270.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7703EA is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 3 234 -
CMYK 0.49 0.99 0 0.08
HSL 270.13º 0.97% 0.46% -
HSV(B) 270.13º 0.99% 0.92% -
XYZ 22.49 9.93 78.57 -
YUV 64.02 223.93 167.22 -
System Red Green Blue C M Y K H S L
Decimal 119 3 234 0.49 0.99 0 0.08 270.13 0.97 0.46
Hex 77 3 EA 31 63 0 8 10E 61 2E
Octal 167 3 352 61 143 0 10 416 141 56
Binary 1110111 11 11101010 110001 1100011 0 1000 100001110 1100001 101110

Color Harmonies of #7703EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7703EA

Black with #7703EA

Text Example


Text Example

White with #7703EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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