Html Css Color HEX #760EF2 Electric Indigo

📋 copy color: '#760EF2'

red 118 ◦ green 14 ◦ blue 242

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

Shades of Electric Indigo #760EF2

Tints of Electric Indigo #760EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 64.71%

R = 31.55%
G = 3.74%
B = 64.71%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#760EF2 (or 0x760EF2) is known color: Electric Indigo. HEX triplet: 76, 0E and F2. RGB value is (118,14,242). Sum of RGB (Red+Green+Blue) = 118+14+242=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 242 (94.92% from 255 or 64.71% from 374); Max value from RGB is 242 - color contains mainly: blue. Hex color #760EF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760EF2 is #89F10D. Grayscale: #464646. Windows color (decimal): -9040142 or 15863414. OLE color: 15863414.

HSL color Cylindrical-coordinate representation of color #760EF2: hue angle of 267.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760EF2 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 14 242 -
CMYK 0.51 0.94 0 0.05
HSL 267.37º 0.9% 0.5% -
HSV(B) 267.37º 0.94% 0.95% -
XYZ 23.66 10.58 84.8 -
YUV 71.09 224.46 161.46 -
System Red Green Blue C M Y K H S L
Decimal 118 14 242 0.51 0.94 0 0.05 267.37 0.9 0.5
Hex 76 E F2 33 5E 0 5 10B 5A 32
Octal 166 16 362 63 136 0 5 413 132 62
Binary 1110110 1110 11110010 110011 1011110 0 101 100001011 1011010 110010

Color Harmonies of #760EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EF2

Black with #760EF2

Text Example


Text Example

White with #760EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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