Html Css Color HEX #7603FF Electric Indigo

📋 copy color: '#7603FF'

red 118 ◦ green 3 ◦ blue 255

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

Shades of Electric Indigo #7603FF

Tints of Electric Indigo #7603FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.82%

R = 31.38%
G = 0.8%
B = 67.82%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7603FF (or 0x7603FF) is known color: Electric Indigo. HEX triplet: 76, 03 and FF. RGB value is (118,3,255). Sum of RGB (Red+Green+Blue) = 118+3+255=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #7603FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7603FF is #89FC00. Grayscale: #414141. Windows color (decimal): -9042945 or 16712566. OLE color: 16712566.

HSL color Cylindrical-coordinate representation of color #7603FF: hue angle of 267.38º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7603FF is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 3 255 -
CMYK 0.54 0.99 0 0
HSL 267.38º 1% 0.51% -
HSV(B) 267.38º 0.99% 1% -
XYZ 25.55 11.14 95.41 -
YUV 66.11 234.6 165.01 -
System Red Green Blue C M Y K H S L
Decimal 118 3 255 0.54 0.99 0 0 267.38 1 0.51
Hex 76 3 FF 36 63 0 0 10B 64 33
Octal 166 3 377 66 143 0 0 413 144 63
Binary 1110110 11 11111111 110110 1100011 0 0 100001011 1100100 110011

Color Harmonies of #7603FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7603FF

Black with #7603FF

Text Example


Text Example

White with #7603FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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