#740CE7

Color #740CE7 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #740CE7

Tints of Electric Indigo #740CE7

Color information

#740CE7 (or 0x740CE7) is unknown color: approx Electric Indigo. HEX triplet: 74, 0C and E7. RGB value is (116,12,231). Sum of RGB (Red+Green+Blue) = 116+12+231=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 231 (90.62% from 255 or 64.35% from 359); Max value from RGB is 231 - color contains mainly: blue. Hex color #740CE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740CE7 is #8BF318. Grayscale: #434343. Windows color (decimal): -9171737 or 15142004. OLE color: 15142004.

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

Color convert

RGB11612231-
CMYK0.500.9500.09
HSL268.49º90.12%47.65%-
HSV(B)268.49º94.81%90.59%-
XYZ21.769.7576.34-
YUV68.06219.96162.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.31%
GREEN value IS 12 (5.08% from 255) = 3.34%
BLUE value IS 231 (90.62% from 255) = 64.35%
R=32.31%
G=3.34%
B=64.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal116122310.500.9500.09268.4990.1247.65
Hex74CE7325F0910c5a30
Octal164143476213701141413260
Binary11101001100111001111100101011111010011000011001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #740CE7;
 }
 .AnyTagClassName
 {
   color: #740CE7;
 }
</style>
background-color css

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

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

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

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

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

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