#7703FA

Color #7703FA Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7703FA

Tints of Electric Indigo #7703FA

Color information

#7703FA (or 0x7703FA) is unknown color: approx Electric Indigo. HEX triplet: 77, 03 and FA. RGB value is (119,3,250). Sum of RGB (Red+Green+Blue) = 119+3+250=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #7703FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7703FA is #88FC05. Grayscale: #404040. Windows color (decimal): -8977414 or 16384887. OLE color: 16384887.

HSL color Cylindrical-coordinate representation of color #7703FA: hue angle of 268.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7703FA is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1193250-
CMYK0.520.9900.02
HSL268.18º97.63%49.61%-
HSV(B)268.18º98.8%98.04%-
XYZ24.910.8991.23-
YUV65.84231.93165.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 250 (98.05% from 255) = 67.20%
R=31.99%
G=0.81%
B=67.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11932500.520.9900.02268.1897.6349.61
Hex773FA34630210c6232
Octal1673372641430241414262
Binary1110111111111101011010011000110101000011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7703FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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