Html Css Color HEX #760BF6 Electric Indigo

📋 copy color: '#760BF6'

red 118 ◦ green 11 ◦ blue 246

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

Shades of Electric Indigo #760BF6

Tints of Electric Indigo #760BF6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.93%

 BLUE value IS 246 (96.48% from 255) = 65.6%

R = 31.47%
G = 2.93%
B = 65.6%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#760BF6 (or 0x760BF6) is known color: Electric Indigo. HEX triplet: 76, 0B and F6. RGB value is (118,11,246). Sum of RGB (Red+Green+Blue) = 118+11+246=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 246 (96.48% from 255 or 65.6% from 375); Max value from RGB is 246 - color contains mainly: blue. Hex color #760BF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760BF6 is #89F409. Grayscale: #444444. Windows color (decimal): -9040906 or 16124790. OLE color: 16124790.

HSL color Cylindrical-coordinate representation of color #760BF6: hue angle of 267.32º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760BF6 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 11 246 -
CMYK 0.52 0.96 0 0.04
HSL 267.32º 0.93% 0.5% -
HSV(B) 267.32º 0.96% 0.96% -
XYZ 24.23 10.74 87.99 -
YUV 69.78 227.45 162.39 -
System Red Green Blue C M Y K H S L
Decimal 118 11 246 0.52 0.96 0 0.04 267.32 0.93 0.5
Hex 76 B F6 34 60 0 4 10B 5D 32
Octal 166 13 366 64 140 0 4 413 135 62
Binary 1110110 1011 11110110 110100 1100000 0 100 100001011 1011101 110010

Color Harmonies of #760BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BF6

Black with #760BF6

Text Example


Text Example

White with #760BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,11,246); }

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

background-color css

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

 a { background-color: rgb(118,11,246); }

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

border-color css

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

 span { border-color: rgb(118,11,246); }

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