Html Css Color HEX #760DEC Electric Indigo

📋 copy color: '#760DEC'

red 118 ◦ green 13 ◦ blue 236

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

Shades of Electric Indigo #760DEC

Tints of Electric Indigo #760DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.54%

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

R = 32.15%
G = 3.54%
B = 64.31%

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

#760DEC (or 0x760DEC) is known color: Electric Indigo. HEX triplet: 76, 0D and EC. RGB value is (118,13,236). Sum of RGB (Red+Green+Blue) = 118+13+236=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #760DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760DEC is #89F213. Grayscale: #454545. Windows color (decimal): -9040404 or 15469942. OLE color: 15469942.

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

Color convert

RGB 118 13 236 -
CMYK 0.5 0.94 0 0.07
HSL 268.25º 0.9% 0.49% -
HSV(B) 268.25º 0.94% 0.93% -
XYZ 22.76 10.2 80.13 -
YUV 69.82 221.79 162.37 -
System Red Green Blue C M Y K H S L
Decimal 118 13 236 0.5 0.94 0 0.07 268.25 0.9 0.49
Hex 76 D EC 32 5E 0 7 10C 5A 31
Octal 166 15 354 62 136 0 7 414 132 61
Binary 1110110 1101 11101100 110010 1011110 0 111 100001100 1011010 110001

Color Harmonies of #760DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DEC

Black with #760DEC

Text Example


Text Example

White with #760DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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