Html Css Color HEX #750EFC Electric Indigo

📋 copy color: '#750EFC'

red 117 ◦ green 14 ◦ blue 252

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

Shades of Electric Indigo #750EFC

Tints of Electric Indigo #750EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.8%

R = 30.55%
G = 3.66%
B = 65.8%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#750EFC (or 0x750EFC) is known color: Electric Indigo. HEX triplet: 75, 0E and FC. RGB value is (117,14,252). Sum of RGB (Red+Green+Blue) = 117+14+252=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #750EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750EFC is #8AF103. Grayscale: #474747. Windows color (decimal): -9105668 or 16518773. OLE color: 16518773.

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

Color convert

RGB 117 14 252 -
CMYK 0.54 0.94 0 0.01
HSL 265.97º 0.98% 0.52% -
HSV(B) 265.97º 0.94% 0.99% -
XYZ 25.06 11.12 92.92 -
YUV 71.93 229.62 160.15 -
System Red Green Blue C M Y K H S L
Decimal 117 14 252 0.54 0.94 0 0.01 265.97 0.98 0.52
Hex 75 E FC 36 5E 0 1 10A 62 34
Octal 165 16 374 66 136 0 1 412 142 64
Binary 1110101 1110 11111100 110110 1011110 0 1 100001010 1100010 110100

Color Harmonies of #750EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750EFC

Black with #750EFC

Text Example


Text Example

White with #750EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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