Html Css Color HEX #750EFB Electric Indigo

📋 copy color: '#750EFB'

red 117 ◦ green 14 ◦ blue 251

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

Shades of Electric Indigo #750EFB

Tints of Electric Indigo #750EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.71%

R = 30.63%
G = 3.66%
B = 65.71%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#750EFB (or 0x750EFB) is known color: Electric Indigo. HEX triplet: 75, 0E and FB. RGB value is (117,14,251). Sum of RGB (Red+Green+Blue) = 117+14+251=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #750EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750EFB is #8AF104. Grayscale: #464646. Windows color (decimal): -9105669 or 16453237. OLE color: 16453237.

HSL color Cylindrical-coordinate representation of color #750EFB: hue angle of 266.08º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750EFB is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 14 251 -
CMYK 0.53 0.94 0 0.02
HSL 266.08º 0.97% 0.52% -
HSV(B) 266.08º 0.94% 0.98% -
XYZ 24.91 11.06 92.09 -
YUV 71.82 229.12 160.23 -
System Red Green Blue C M Y K H S L
Decimal 117 14 251 0.53 0.94 0 0.02 266.08 0.97 0.52
Hex 75 E FB 35 5E 0 2 10A 61 34
Octal 165 16 373 65 136 0 2 412 141 64
Binary 1110101 1110 11111011 110101 1011110 0 10 100001010 1100001 110100

Color Harmonies of #750EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750EFB

Black with #750EFB

Text Example


Text Example

White with #750EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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