Html Css Color HEX #740CE6 Electric Indigo

📋 copy color: '#740CE6'

red 116 ◦ green 12 ◦ blue 230

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

Shades of Electric Indigo #740CE6

Tints of Electric Indigo #740CE6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.35%

 BLUE value IS 230 (90.23% from 255) = 64.25%

R = 32.4%
G = 3.35%
B = 64.25%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#740CE6 (or 0x740CE6) is known color: Electric Indigo. HEX triplet: 74, 0C and E6. RGB value is (116,12,230). Sum of RGB (Red+Green+Blue) = 116+12+230=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 230 (90.23% from 255 or 64.25% from 358); Max value from RGB is 230 - color contains mainly: blue. Hex color #740CE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740CE6 is #8BF319. Grayscale: #434343. Windows color (decimal): -9171738 or 15076468. OLE color: 15076468.

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

Color convert

RGB 116 12 230 -
CMYK 0.50 0.95 0 0.10
HSL 268.62º 0.9% 0.47% -
HSV(B) 268.62º 0.95% 0.9% -
XYZ 21.62 9.69 75.59 -
YUV 67.95 219.46 162.27 -
System Red Green Blue C M Y K H S L
Decimal 116 12 230 0.50 0.95 0 0.10 268.62 0.9 0.47
Hex 74 C E6 32 5F 0 A 10D 5A 2F
Octal 164 14 346 62 137 0 12 415 132 57
Binary 1110100 1100 11100110 110010 1011111 0 1010 100001101 1011010 101111

Color Harmonies of #740CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CE6

Black with #740CE6

Text Example


Text Example

White with #740CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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