Html Css Color HEX #7118FA Electric Indigo

📋 copy color: '#7118FA'

red 113 ◦ green 24 ◦ blue 250

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

Shades of Electric Indigo #7118FA

Tints of Electric Indigo #7118FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.6%

R = 29.2%
G = 6.2%
B = 64.6%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7118FA (or 0x7118FA) is known color: Electric Indigo. HEX triplet: 71, 18 and FA. RGB value is (113,24,250). Sum of RGB (Red+Green+Blue) = 113+24+250=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #7118FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7118FA is #8EE705. Grayscale: #4B4B4B. Windows color (decimal): -9365254 or 16390257. OLE color: 16390257.

HSL color Cylindrical-coordinate representation of color #7118FA: hue angle of 263.63º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7118FA is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 24 250 -
CMYK 0.55 0.90 0 0.02
HSL 263.63º 0.96% 0.54% -
HSV(B) 263.63º 0.9% 0.98% -
XYZ 24.39 11.07 91.29 -
YUV 76.38 225.99 154.12 -
System Red Green Blue C M Y K H S L
Decimal 113 24 250 0.55 0.90 0 0.02 263.63 0.96 0.54
Hex 71 18 FA 37 5A 0 2 108 60 36
Octal 161 30 372 67 132 0 2 410 140 66
Binary 1110001 11000 11111010 110111 1011010 0 10 100001000 1100000 110110

Color Harmonies of #7118FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7118FA

Black with #7118FA

Text Example


Text Example

White with #7118FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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