Html Css Color HEX #7118FF Electric Indigo

📋 copy color: '#7118FF'

red 113 ◦ green 24 ◦ blue 255

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

Shades of Electric Indigo #7118FF

Tints of Electric Indigo #7118FF

RGB

 RED value IS 113 (44.53% from 255) = 28.83%

 GREEN value IS 24 (9.77% from 255) = 6.12%

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

R = 28.83%
G = 6.12%
B = 65.05%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7118FF (or 0x7118FF) is known color: Electric Indigo. HEX triplet: 71, 18 and FF. RGB value is (113,24,255). Sum of RGB (Red+Green+Blue) = 113+24+255=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #7118FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7118FF is #8EE700. Grayscale: #4C4C4C. Windows color (decimal): -9365249 or 16717937. OLE color: 16717937.

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

Color convert

RGB 113 24 255 -
CMYK 0.56 0.91 0 0
HSL 263.12º 1% 0.55% -
HSV(B) 263.12º 0.91% 1% -
XYZ 25.19 11.38 95.48 -
YUV 76.95 228.49 153.72 -
System Red Green Blue C M Y K H S L
Decimal 113 24 255 0.56 0.91 0 0 263.12 1 0.55
Hex 71 18 FF 38 5B 0 0 107 64 37
Octal 161 30 377 70 133 0 0 407 144 67
Binary 1110001 11000 11111111 111000 1011011 0 0 100000111 1100100 110111

Color Harmonies of #7118FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7118FF

Black with #7118FF

Text Example


Text Example

White with #7118FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,24,255); }

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

background-color css

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

 a { background-color: rgb(113,24,255); }

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

border-color css

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

 span { border-color: rgb(113,24,255); }

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