Html Css Color HEX #7603EC Electric Indigo

📋 copy color: '#7603EC'

red 118 ◦ green 3 ◦ blue 236

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

Shades of Electric Indigo #7603EC

Tints of Electric Indigo #7603EC

RGB

 RED value IS 118 (46.48% from 255) = 33.05%

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

 BLUE value IS 236 (92.58% from 255) = 66.11%

R = 33.05%
G = 0.84%
B = 66.11%

CMYK

 C value IS 0.5

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7603EC (or 0x7603EC) is known color: Electric Indigo. HEX triplet: 76, 03 and EC. RGB value is (118,3,236). Sum of RGB (Red+Green+Blue) = 118+3+236=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #7603EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7603EC is #89FC13. Grayscale: #3F3F3F. Windows color (decimal): -9042964 or 15467382. OLE color: 15467382.

HSL color Cylindrical-coordinate representation of color #7603EC: hue angle of 269.61º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7603EC is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 3 236 -
CMYK 0.5 0.99 0 0.07
HSL 269.61º 0.97% 0.47% -
HSV(B) 269.61º 0.99% 0.93% -
XYZ 22.64 9.97 80.09 -
YUV 63.95 225.1 166.55 -
System Red Green Blue C M Y K H S L
Decimal 118 3 236 0.5 0.99 0 0.07 269.61 0.97 0.47
Hex 76 3 EC 32 63 0 7 10E 61 2F
Octal 166 3 354 62 143 0 7 416 141 57
Binary 1110110 11 11101100 110010 1100011 0 111 100001110 1100001 101111

Color Harmonies of #7603EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7603EC

Black with #7603EC

Text Example


Text Example

White with #7603EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7603EC;
 }
 .AnyTagClassName
 {
   color: #7603EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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