Html Css Color HEX #750FEC Electric Indigo

📋 copy color: '#750FEC'

red 117 ◦ green 15 ◦ blue 236

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

Shades of Electric Indigo #750FEC

Tints of Electric Indigo #750FEC

RGB

 RED value IS 117 (46.09% from 255) = 31.79%

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

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

R = 31.79%
G = 4.08%
B = 64.13%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#750FEC (or 0x750FEC) is known color: Electric Indigo. HEX triplet: 75, 0F and EC. RGB value is (117,15,236). Sum of RGB (Red+Green+Blue) = 117+15+236=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #750FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750FEC is #8AF013. Grayscale: #454545. Windows color (decimal): -9105428 or 15470453. OLE color: 15470453.

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

Color convert

RGB 117 15 236 -
CMYK 0.50 0.94 0 0.07
HSL 267.69º 0.88% 0.49% -
HSV(B) 267.69º 0.94% 0.93% -
XYZ 22.65 10.18 80.13 -
YUV 70.69 221.29 161.03 -
System Red Green Blue C M Y K H S L
Decimal 117 15 236 0.50 0.94 0 0.07 267.69 0.88 0.49
Hex 75 F EC 32 5E 0 7 10C 58 31
Octal 165 17 354 62 136 0 7 414 130 61
Binary 1110101 1111 11101100 110010 1011110 0 111 100001100 1011000 110001

Color Harmonies of #750FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FEC

Black with #750FEC

Text Example


Text Example

White with #750FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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