Html Css Color HEX #760EEC Electric Indigo

📋 copy color: '#760EEC'

red 118 ◦ green 14 ◦ blue 236

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

Shades of Electric Indigo #760EEC

Tints of Electric Indigo #760EEC

RGB

 RED value IS 118 (46.48% from 255) = 32.07%

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

 BLUE value IS 236 (92.58% from 255) = 64.13%

R = 32.07%
G = 3.8%
B = 64.13%

CMYK

 C value IS 0.5

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#760EEC (or 0x760EEC) is known color: Electric Indigo. HEX triplet: 76, 0E and EC. RGB value is (118,14,236). Sum of RGB (Red+Green+Blue) = 118+14+236=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #760EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760EEC is #89F113. Grayscale: #454545. Windows color (decimal): -9040148 or 15470198. OLE color: 15470198.

HSL color Cylindrical-coordinate representation of color #760EEC: hue angle of 268.11º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760EEC is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 14 236 -
CMYK 0.5 0.94 0 0.07
HSL 268.11º 0.89% 0.49% -
HSV(B) 268.11º 0.94% 0.93% -
XYZ 22.77 10.22 80.13 -
YUV 70.4 221.46 161.95 -
System Red Green Blue C M Y K H S L
Decimal 118 14 236 0.5 0.94 0 0.07 268.11 0.89 0.49
Hex 76 E EC 32 5E 0 7 10C 59 31
Octal 166 16 354 62 136 0 7 414 131 61
Binary 1110110 1110 11101100 110010 1011110 0 111 100001100 1011001 110001

Color Harmonies of #760EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EEC

Black with #760EEC

Text Example


Text Example

White with #760EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760EEC; }

 p { color: rgb(118,14,236); }

 H1.HeaderClassName
 {
   color: #760EEC;
 }
 .AnyTagClassName
 {
   color: #760EEC;
 }
</style>

background-color css

<style>
 a { background-color: #760EEC; }

 a { background-color: rgb(118,14,236); }

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

border-color css

<style>
 span { border-color: #760EEC; }

 span { border-color: rgb(118,14,236); }

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