Html Css Color HEX #760EEA Electric Indigo

📋 copy color: '#760EEA'

red 118 ◦ green 14 ◦ blue 234

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

Shades of Electric Indigo #760EEA

Tints of Electric Indigo #760EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.93%

R = 32.24%
G = 3.83%
B = 63.93%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#760EEA (or 0x760EEA) is known color: Electric Indigo. HEX triplet: 76, 0E and EA. RGB value is (118,14,234). Sum of RGB (Red+Green+Blue) = 118+14+234=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #760EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760EEA is #89F115. Grayscale: #454545. Windows color (decimal): -9040150 or 15339126. OLE color: 15339126.

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

Color convert

RGB 118 14 234 -
CMYK 0.50 0.94 0 0.08
HSL 268.36º 0.89% 0.49% -
HSV(B) 268.36º 0.94% 0.92% -
XYZ 22.48 10.11 78.61 -
YUV 70.18 220.46 162.11 -
System Red Green Blue C M Y K H S L
Decimal 118 14 234 0.50 0.94 0 0.08 268.36 0.89 0.49
Hex 76 E EA 32 5E 0 8 10C 59 31
Octal 166 16 352 62 136 0 10 414 131 61
Binary 1110110 1110 11101010 110010 1011110 0 1000 100001100 1011001 110001

Color Harmonies of #760EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EEA

Black with #760EEA

Text Example


Text Example

White with #760EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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