Html Css Color HEX #750EF0 Electric Indigo

📋 copy color: '#750EF0'

red 117 ◦ green 14 ◦ blue 240

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

Shades of Electric Indigo #750EF0

Tints of Electric Indigo #750EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 64.69%

R = 31.54%
G = 3.77%
B = 64.69%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#750EF0 (or 0x750EF0) is known color: Electric Indigo. HEX triplet: 75, 0E and F0. RGB value is (117,14,240). Sum of RGB (Red+Green+Blue) = 117+14+240=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 240 (94.14% from 255 or 64.69% from 371); Max value from RGB is 240 - color contains mainly: blue. Hex color #750EF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750EF0 is #8AF10F. Grayscale: #454545. Windows color (decimal): -9105680 or 15732341. OLE color: 15732341.

HSL color Cylindrical-coordinate representation of color #750EF0: hue angle of 267.35º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750EF0 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 14 240 -
CMYK 0.51 0.94 0 0.06
HSL 267.35º 0.89% 0.5% -
HSV(B) 267.35º 0.94% 0.94% -
XYZ 23.22 10.39 83.22 -
YUV 70.56 223.62 161.12 -
System Red Green Blue C M Y K H S L
Decimal 117 14 240 0.51 0.94 0 0.06 267.35 0.89 0.5
Hex 75 E F0 33 5E 0 6 10B 59 32
Octal 165 16 360 63 136 0 6 413 131 62
Binary 1110101 1110 11110000 110011 1011110 0 110 100001011 1011001 110010

Color Harmonies of #750EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750EF0

Black with #750EF0

Text Example


Text Example

White with #750EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,14,240); }

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

background-color css

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

 a { background-color: rgb(117,14,240); }

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

border-color css

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

 span { border-color: rgb(117,14,240); }

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