Html Css Color HEX #7603FC Electric Indigo

📋 copy color: '#7603FC'

red 118 ◦ green 3 ◦ blue 252

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

Shades of Electric Indigo #7603FC

Tints of Electric Indigo #7603FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.56%

R = 31.64%
G = 0.8%
B = 67.56%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7603FC (or 0x7603FC) is known color: Electric Indigo. HEX triplet: 76, 03 and FC. RGB value is (118,3,252). Sum of RGB (Red+Green+Blue) = 118+3+252=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #7603FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7603FC is #89FC03. Grayscale: #404040. Windows color (decimal): -9042948 or 16515958. OLE color: 16515958.

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

Color convert

RGB 118 3 252 -
CMYK 0.53 0.99 0 0.01
HSL 267.71º 0.98% 0.5% -
HSV(B) 267.71º 0.99% 0.99% -
XYZ 25.07 10.94 92.89 -
YUV 65.77 233.1 165.25 -
System Red Green Blue C M Y K H S L
Decimal 118 3 252 0.53 0.99 0 0.01 267.71 0.98 0.5
Hex 76 3 FC 35 63 0 1 10C 62 32
Octal 166 3 374 65 143 0 1 414 142 62
Binary 1110110 11 11111100 110101 1100011 0 1 100001100 1100010 110010

Color Harmonies of #7603FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7603FC

Black with #7603FC

Text Example


Text Example

White with #7603FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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