Html Css Color HEX #7603EB Electric Indigo

📋 copy color: '#7603EB'

red 118 ◦ green 3 ◦ blue 235

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

Shades of Electric Indigo #7603EB

Tints of Electric Indigo #7603EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.01%

R = 33.15%
G = 0.84%
B = 66.01%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7603EB (or 0x7603EB) is known color: Electric Indigo. HEX triplet: 76, 03 and EB. RGB value is (118,3,235). Sum of RGB (Red+Green+Blue) = 118+3+235=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #7603EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7603EB is #89FC14. Grayscale: #3F3F3F. Windows color (decimal): -9042965 or 15401846. OLE color: 15401846.

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

Color convert

RGB 118 3 235 -
CMYK 0.50 0.99 0 0.08
HSL 269.74º 0.97% 0.47% -
HSV(B) 269.74º 0.99% 0.92% -
XYZ 22.5 9.91 79.33 -
YUV 63.83 224.6 166.64 -
System Red Green Blue C M Y K H S L
Decimal 118 3 235 0.50 0.99 0 0.08 269.74 0.97 0.47
Hex 76 3 EB 32 63 0 8 10E 61 2F
Octal 166 3 353 62 143 0 10 416 141 57
Binary 1110110 11 11101011 110010 1100011 0 1000 100001110 1100001 101111

Color Harmonies of #7603EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7603EB

Black with #7603EB

Text Example


Text Example

White with #7603EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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