Html Css Color HEX #760EEB Electric Indigo

📋 copy color: '#760EEB'

red 118 ◦ green 14 ◦ blue 235

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

Shades of Electric Indigo #760EEB

Tints of Electric Indigo #760EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.03%

R = 32.15%
G = 3.81%
B = 64.03%

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

#760EEB (or 0x760EEB) is known color: Electric Indigo. HEX triplet: 76, 0E and EB. RGB value is (118,14,235). Sum of RGB (Red+Green+Blue) = 118+14+235=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #760EEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760EEB is #89F114. Grayscale: #454545. Windows color (decimal): -9040149 or 15404662. OLE color: 15404662.

HSL color Cylindrical-coordinate representation of color #760EEB: hue angle of 268.24º 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 #760EEB is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 14 235 -
CMYK 0.50 0.94 0 0.08
HSL 268.24º 0.89% 0.49% -
HSV(B) 268.24º 0.94% 0.92% -
XYZ 22.62 10.16 79.37 -
YUV 70.29 220.96 162.03 -
System Red Green Blue C M Y K H S L
Decimal 118 14 235 0.50 0.94 0 0.08 268.24 0.89 0.49
Hex 76 E EB 32 5E 0 8 10C 59 31
Octal 166 16 353 62 136 0 10 414 131 61
Binary 1110110 1110 11101011 110010 1011110 0 1000 100001100 1011001 110001

Color Harmonies of #760EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EEB

Black with #760EEB

Text Example


Text Example

White with #760EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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