#750FFF

Color #750FFF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #750FFF

Tints of Electric Indigo #750FFF

Color information

#750FFF (or 0x750FFF) is unknown color: approx Electric Indigo. HEX triplet: 75, 0F and FF. RGB value is (117,15,255). Sum of RGB (Red+Green+Blue) = 117+15+255=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #750FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750FFF is #8AF000. Grayscale: #484848. Windows color (decimal): -9105409 or 16715637. OLE color: 16715637.

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

Color convert

RGB11715255-
CMYK0.540.9400
HSL265.5º100%52.94%-
HSV(B)265.5º94.12%100%-
XYZ25.5611.3495.45-
YUV72.86230.79159.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 15 (6.25% from 255) = 3.88%
BLUE value IS 255 (100% from 255) = 65.89%
R=30.23%
G=3.88%
B=65.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal117152550.540.9400265.510052.94
Hex75FFF365E0010a6435
Octal16517377661360041214465
Binary11101011111111111111101101011110001000010101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #750FFF;
 }
 .AnyTagClassName
 {
   color: #750FFF;
 }
</style>
background-color css

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

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

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

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

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

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