Html Css Color HEX #7109FA Electric Indigo

📋 copy color: '#7109FA'

red 113 ◦ green 9 ◦ blue 250

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

Shades of Electric Indigo #7109FA

Tints of Electric Indigo #7109FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.42%

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

R = 30.38%
G = 2.42%
B = 67.2%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7109FA (or 0x7109FA) is known color: Electric Indigo. HEX triplet: 71, 09 and FA. RGB value is (113,9,250). Sum of RGB (Red+Green+Blue) = 113+9+250=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #7109FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7109FA is #8EF605. Grayscale: #424242. Windows color (decimal): -9369094 or 16386417. OLE color: 16386417.

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

Color convert

RGB 113 9 250 -
CMYK 0.55 0.96 0 0.02
HSL 265.89º 0.96% 0.51% -
HSV(B) 265.89º 0.96% 0.98% -
XYZ 24.16 10.61 91.22 -
YUV 67.57 230.96 160.4 -
System Red Green Blue C M Y K H S L
Decimal 113 9 250 0.55 0.96 0 0.02 265.89 0.96 0.51
Hex 71 9 FA 37 60 0 2 10A 60 33
Octal 161 11 372 67 140 0 2 412 140 63
Binary 1110001 1001 11111010 110111 1100000 0 10 100001010 1100000 110011

Color Harmonies of #7109FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7109FA

Black with #7109FA

Text Example


Text Example

White with #7109FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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