Html Css Color HEX #7C11F7 Electric Indigo

📋 copy color: '#7C11F7'

red 124 ◦ green 17 ◦ blue 247

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

Shades of Electric Indigo #7C11F7

Tints of Electric Indigo #7C11F7

RGB

 RED value IS 124 (48.83% from 255) = 31.96%

 GREEN value IS 17 (7.03% from 255) = 4.38%

 BLUE value IS 247 (96.88% from 255) = 63.66%

R = 31.96%
G = 4.38%
B = 63.66%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7C11F7 (or 0x7C11F7) is known color: Electric Indigo. HEX triplet: 7C, 11 and F7. RGB value is (124,17,247). Sum of RGB (Red+Green+Blue) = 124+17+247=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 247 (96.88% from 255 or 63.66% from 388); Max value from RGB is 247 - color contains mainly: blue. Hex color #7C11F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C11F7 is #83EE08. Grayscale: #4A4A4A. Windows color (decimal): -8646153 or 16191868. OLE color: 16191868.

HSL color Cylindrical-coordinate representation of color #7C11F7: hue angle of 267.91º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C11F7 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 124 17 247 -
CMYK 0.50 0.93 0 0.03
HSL 267.91º 0.93% 0.52% -
HSV(B) 267.91º 0.93% 0.97% -
XYZ 25.3 11.4 88.86 -
YUV 75.21 224.95 162.8 -
System Red Green Blue C M Y K H S L
Decimal 124 17 247 0.50 0.93 0 0.03 267.91 0.93 0.52
Hex 7C 11 F7 32 5D 0 3 10C 5D 34
Octal 174 21 367 62 135 0 3 414 135 64
Binary 1111100 10001 11110111 110010 1011101 0 11 100001100 1011101 110100

Color Harmonies of #7C11F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C11F7

Black with #7C11F7

Text Example


Text Example

White with #7C11F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C11F7; }

 p { color: rgb(124,17,247); }

 H1.HeaderClassName
 {
   color: #7C11F7;
 }
 .AnyTagClassName
 {
   color: #7C11F7;
 }
</style>

background-color css

<style>
 a { background-color: #7C11F7; }

 a { background-color: rgb(124,17,247); }

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

border-color css

<style>
 span { border-color: #7C11F7; }

 span { border-color: rgb(124,17,247); }

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