Html Css Color HEX #740EE7 Electric Indigo

📋 copy color: '#740EE7'

red 116 ◦ green 14 ◦ blue 231

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

Shades of Electric Indigo #740EE7

Tints of Electric Indigo #740EE7

RGB

 RED value IS 116 (45.7% from 255) = 32.13%

 GREEN value IS 14 (5.86% from 255) = 3.88%

 BLUE value IS 231 (90.63% from 255) = 63.99%

R = 32.13%
G = 3.88%
B = 63.99%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#740EE7 (or 0x740EE7) is known color: Electric Indigo. HEX triplet: 74, 0E and E7. RGB value is (116,14,231). Sum of RGB (Red+Green+Blue) = 116+14+231=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 231 (90.62% from 255 or 63.99% from 361); Max value from RGB is 231 - color contains mainly: blue. Hex color #740EE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740EE7 is #8BF118. Grayscale: #444444. Windows color (decimal): -9171225 or 15142516. OLE color: 15142516.

HSL color Cylindrical-coordinate representation of color #740EE7: hue angle of 268.2º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740EE7 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 14 231 -
CMYK 0.50 0.94 0 0.09
HSL 268.2º 0.89% 0.48% -
HSV(B) 268.2º 0.94% 0.91% -
XYZ 21.78 9.8 76.34 -
YUV 69.24 219.29 161.36 -
System Red Green Blue C M Y K H S L
Decimal 116 14 231 0.50 0.94 0 0.09 268.2 0.89 0.48
Hex 74 E E7 32 5E 0 9 10C 59 30
Octal 164 16 347 62 136 0 11 414 131 60
Binary 1110100 1110 11100111 110010 1011110 0 1001 100001100 1011001 110000

Color Harmonies of #740EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EE7

Black with #740EE7

Text Example


Text Example

White with #740EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740EE7; }

 p { color: rgb(116,14,231); }

 H1.HeaderClassName
 {
   color: #740EE7;
 }
 .AnyTagClassName
 {
   color: #740EE7;
 }
</style>

background-color css

<style>
 a { background-color: #740EE7; }

 a { background-color: rgb(116,14,231); }

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

border-color css

<style>
 span { border-color: #740EE7; }

 span { border-color: rgb(116,14,231); }

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