Html Css Color HEX #750FED Electric Indigo

📋 copy color: '#750FED'

red 117 ◦ green 15 ◦ blue 237

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

Shades of Electric Indigo #750FED

Tints of Electric Indigo #750FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.23%

R = 31.71%
G = 4.07%
B = 64.23%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#750FED (or 0x750FED) is known color: Electric Indigo. HEX triplet: 75, 0F and ED. RGB value is (117,15,237). Sum of RGB (Red+Green+Blue) = 117+15+237=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #750FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750FED is #8AF012. Grayscale: #464646. Windows color (decimal): -9105427 or 15535989. OLE color: 15535989.

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

Color convert

RGB 117 15 237 -
CMYK 0.51 0.94 0 0.07
HSL 267.57º 0.88% 0.49% -
HSV(B) 267.57º 0.94% 0.93% -
XYZ 22.79 10.24 80.9 -
YUV 70.81 221.79 160.95 -
System Red Green Blue C M Y K H S L
Decimal 117 15 237 0.51 0.94 0 0.07 267.57 0.88 0.49
Hex 75 F ED 33 5E 0 7 10C 58 31
Octal 165 17 355 63 136 0 7 414 130 61
Binary 1110101 1111 11101101 110011 1011110 0 111 100001100 1011000 110001

Color Harmonies of #750FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FED

Black with #750FED

Text Example


Text Example

White with #750FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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