Html Css Color HEX #7600FF Electric Indigo

📋 copy color: '#7600FF'

red 118 ◦ green 0 ◦ blue 255

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

Shades of Electric Indigo #7600FF

Tints of Electric Indigo #7600FF

RGB

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

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

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

R = 31.64%
G = 0%
B = 68.36%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7600FF (or 0x7600FF) is known color: Electric Indigo. HEX triplet: 76, 00 and FF. RGB value is (118,0,255). Sum of RGB (Red+Green+Blue) = 118+0+255=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #7600FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7600FF is #89FF00. Grayscale: #3F3F3F. Windows color (decimal): -9043713 or 16711798. OLE color: 16711798.

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

Color convert

RGB 118 0 255 -
CMYK 0.54 1 0 0
HSL 267.76º 1% 0.5% -
HSV(B) 267.76º 1% 1% -
XYZ 25.52 11.07 95.4 -
YUV 64.35 235.59 166.27 -
System Red Green Blue C M Y K H S L
Decimal 118 0 255 0.54 1 0 0 267.76 1 0.5
Hex 76 0 FF 36 64 0 0 10C 64 32
Octal 166 0 377 66 144 0 0 414 144 62
Binary 1110110 0 11111111 110110 1100100 0 0 100001100 1100100 110010

Color Harmonies of #7600FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7600FF

Black with #7600FF

Text Example


Text Example

White with #7600FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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