Html Css Color HEX #760CEC Electric Indigo

📋 copy color: '#760CEC'

red 118 ◦ green 12 ◦ blue 236

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

Shades of Electric Indigo #760CEC

Tints of Electric Indigo #760CEC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.28%

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

R = 32.24%
G = 3.28%
B = 64.48%

CMYK

 C value IS 0.5

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#760CEC (or 0x760CEC) is known color: Electric Indigo. HEX triplet: 76, 0C and EC. RGB value is (118,12,236). Sum of RGB (Red+Green+Blue) = 118+12+236=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #760CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760CEC is #89F313. Grayscale: #444444. Windows color (decimal): -9040660 or 15469686. OLE color: 15469686.

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

Color convert

RGB 118 12 236 -
CMYK 0.5 0.95 0 0.07
HSL 268.39º 0.9% 0.49% -
HSV(B) 268.39º 0.95% 0.93% -
XYZ 22.74 10.17 80.12 -
YUV 69.23 222.12 162.79 -
System Red Green Blue C M Y K H S L
Decimal 118 12 236 0.5 0.95 0 0.07 268.39 0.9 0.49
Hex 76 C EC 32 5F 0 7 10C 5A 31
Octal 166 14 354 62 137 0 7 414 132 61
Binary 1110110 1100 11101100 110010 1011111 0 111 100001100 1011010 110001

Color Harmonies of #760CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CEC

Black with #760CEC

Text Example


Text Example

White with #760CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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