Html Css Color HEX #7109ED Electric Indigo

📋 copy color: '#7109ED'

red 113 ◦ green 9 ◦ blue 237

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

Shades of Electric Indigo #7109ED

Tints of Electric Indigo #7109ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.02%

R = 31.48%
G = 2.51%
B = 66.02%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7109ED (or 0x7109ED) is known color: Electric Indigo. HEX triplet: 71, 09 and ED. RGB value is (113,9,237). Sum of RGB (Red+Green+Blue) = 113+9+237=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #7109ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7109ED is #8EF612. Grayscale: #414141. Windows color (decimal): -9369107 or 15534449. OLE color: 15534449.

HSL color Cylindrical-coordinate representation of color #7109ED: hue angle of 267.37º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7109ED is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 9 237 -
CMYK 0.52 0.96 0 0.07
HSL 267.37º 0.93% 0.48% -
HSV(B) 267.37º 0.96% 0.93% -
XYZ 22.19 9.82 80.85 -
YUV 66.09 224.46 161.46 -
System Red Green Blue C M Y K H S L
Decimal 113 9 237 0.52 0.96 0 0.07 267.37 0.93 0.48
Hex 71 9 ED 34 60 0 7 10B 5D 30
Octal 161 11 355 64 140 0 7 413 135 60
Binary 1110001 1001 11101101 110100 1100000 0 111 100001011 1011101 110000

Color Harmonies of #7109ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7109ED

Black with #7109ED

Text Example


Text Example

White with #7109ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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