Html Css Color HEX #760FEC Electric Indigo

📋 copy color: '#760FEC'

red 118 ◦ green 15 ◦ blue 236

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

Shades of Electric Indigo #760FEC

Tints of Electric Indigo #760FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.07%

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

R = 31.98%
G = 4.07%
B = 63.96%

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

#760FEC (or 0x760FEC) is known color: Electric Indigo. HEX triplet: 76, 0F and EC. RGB value is (118,15,236). Sum of RGB (Red+Green+Blue) = 118+15+236=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #760FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760FEC is #89F013. Grayscale: #464646. Windows color (decimal): -9039892 or 15470454. OLE color: 15470454.

HSL color Cylindrical-coordinate representation of color #760FEC: hue angle of 267.96º degrees, saturation: 0.88, 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 #760FEC is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 15 236 -
CMYK 0.5 0.94 0 0.07
HSL 267.96º 0.88% 0.49% -
HSV(B) 267.96º 0.94% 0.93% -
XYZ 22.78 10.25 80.13 -
YUV 70.99 221.12 161.53 -
System Red Green Blue C M Y K H S L
Decimal 118 15 236 0.5 0.94 0 0.07 267.96 0.88 0.49
Hex 76 F EC 32 5E 0 7 10C 58 31
Octal 166 17 354 62 136 0 7 414 130 61
Binary 1110110 1111 11101100 110010 1011110 0 111 100001100 1011000 110001

Color Harmonies of #760FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FEC

Black with #760FEC

Text Example


Text Example

White with #760FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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