Html Css Color HEX #7109F8 Electric Indigo

📋 copy color: '#7109F8'

red 113 ◦ green 9 ◦ blue 248

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

Shades of Electric Indigo #7109F8

Tints of Electric Indigo #7109F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 67.03%

R = 30.54%
G = 2.43%
B = 67.03%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7109F8 (or 0x7109F8) is known color: Electric Indigo. HEX triplet: 71, 09 and F8. RGB value is (113,9,248). Sum of RGB (Red+Green+Blue) = 113+9+248=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 248 (97.27% from 255 or 67.03% from 370); Max value from RGB is 248 - color contains mainly: blue. Hex color #7109F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7109F8 is #8EF607. Grayscale: #424242. Windows color (decimal): -9369096 or 16255345. OLE color: 16255345.

HSL color Cylindrical-coordinate representation of color #7109F8: hue angle of 266.11º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7109F8 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 113 9 248 -
CMYK 0.54 0.96 0 0.03
HSL 266.11º 0.94% 0.5% -
HSV(B) 266.11º 0.96% 0.97% -
XYZ 23.85 10.48 89.57 -
YUV 67.34 229.96 160.57 -
System Red Green Blue C M Y K H S L
Decimal 113 9 248 0.54 0.96 0 0.03 266.11 0.94 0.5
Hex 71 9 F8 36 60 0 3 10A 5E 32
Octal 161 11 370 66 140 0 3 412 136 62
Binary 1110001 1001 11111000 110110 1100000 0 11 100001010 1011110 110010

Color Harmonies of #7109F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7109F8

Black with #7109F8

Text Example


Text Example

White with #7109F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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