#7603FA

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

Shades of Electric Indigo #7603FA

Tints of Electric Indigo #7603FA

Color information

#7603FA (or 0x7603FA) is unknown color: approx Electric Indigo. HEX triplet: 76, 03 and FA. RGB value is (118,3,250). Sum of RGB (Red+Green+Blue) = 118+3+250=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #7603FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7603FA is #89FC05. Grayscale: #404040. Windows color (decimal): -9042950 or 16384886. OLE color: 16384886.

HSL color Cylindrical-coordinate representation of color #7603FA: hue angle of 267.94º 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 #7603FA is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1183250-
CMYK0.530.9900.02
HSL267.94º97.63%49.61%-
HSV(B)267.94º98.8%98.04%-
XYZ24.7610.8291.23-
YUV65.54232.1165.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 250 (98.05% from 255) = 67.39%
R=31.81%
G=0.81%
B=67.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11832500.530.9900.02267.9497.6349.61
Hex763FA35630210c6232
Octal1663372651430241414262
Binary1110110111111101011010111000110101000011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7603FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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