Html Css Color HEX #7109E5 Electric Indigo

📋 copy color: '#7109E5'

red 113 ◦ green 9 ◦ blue 229

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

Shades of Electric Indigo #7109E5

Tints of Electric Indigo #7109E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 65.24%

R = 32.19%
G = 2.56%
B = 65.24%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7109E5 (or 0x7109E5) is known color: Electric Indigo. HEX triplet: 71, 09 and E5. RGB value is (113,9,229). Sum of RGB (Red+Green+Blue) = 113+9+229=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 229 (89.84% from 255 or 65.24% from 351); Max value from RGB is 229 - color contains mainly: blue. Hex color #7109E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7109E5 is #8EF61A. Grayscale: #404040. Windows color (decimal): -9369115 or 15010161. OLE color: 15010161.

HSL color Cylindrical-coordinate representation of color #7109E5: hue angle of 268.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7109E5 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 113 9 229 -
CMYK 0.51 0.96 0 0.10
HSL 268.36º 0.92% 0.47% -
HSV(B) 268.36º 0.96% 0.9% -
XYZ 21.05 9.36 74.83 -
YUV 65.18 220.46 162.11 -
System Red Green Blue C M Y K H S L
Decimal 113 9 229 0.51 0.96 0 0.10 268.36 0.92 0.47
Hex 71 9 E5 33 60 0 A 10C 5C 2F
Octal 161 11 345 63 140 0 12 414 134 57
Binary 1110001 1001 11100101 110011 1100000 0 1010 100001100 1011100 101111

Color Harmonies of #7109E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7109E5

Black with #7109E5

Text Example


Text Example

White with #7109E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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