Html Css Color HEX #7600F3 Electric Indigo

📋 copy color: '#7600F3'

red 118 ◦ green 0 ◦ blue 243

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

Shades of Electric Indigo #7600F3

Tints of Electric Indigo #7600F3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 243 (95.31% from 255) = 67.31%

R = 32.69%
G = 0%
B = 67.31%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7600F3 (or 0x7600F3) is known color: Electric Indigo. HEX triplet: 76, 00 and F3. RGB value is (118,0,243). Sum of RGB (Red+Green+Blue) = 118+0+243=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 243 (95.31% from 255 or 67.31% from 361); Max value from RGB is 243 - color contains mainly: blue. Hex color #7600F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7600F3 is #89FF0C. Grayscale: #3E3E3E. Windows color (decimal): -9043725 or 15925366. OLE color: 15925366.

HSL color Cylindrical-coordinate representation of color #7600F3: hue angle of 269.14º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7600F3 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 0 243 -
CMYK 0.51 1 0 0.05
HSL 269.14º 1% 0.48% -
HSV(B) 269.14º 1% 0.95% -
XYZ 23.65 10.32 85.54 -
YUV 62.98 229.59 167.24 -
System Red Green Blue C M Y K H S L
Decimal 118 0 243 0.51 1 0 0.05 269.14 1 0.48
Hex 76 0 F3 33 64 0 5 10D 64 30
Octal 166 0 363 63 144 0 5 415 144 60
Binary 1110110 0 11110011 110011 1100100 0 101 100001101 1100100 110000

Color Harmonies of #7600F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7600F3

Black with #7600F3

Text Example


Text Example

White with #7600F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7600F3; }

 p { color: rgb(118,0,243); }

 H1.HeaderClassName
 {
   color: #7600F3;
 }
 .AnyTagClassName
 {
   color: #7600F3;
 }
</style>

background-color css

<style>
 a { background-color: #7600F3; }

 a { background-color: rgb(118,0,243); }

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

border-color css

<style>
 span { border-color: #7600F3; }

 span { border-color: rgb(118,0,243); }

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