#7500FF

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

Shades of Electric Indigo #7500FF

Tints of Electric Indigo #7500FF

Color information

#7500FF (or 0x7500FF) is unknown color: approx Electric Indigo. HEX triplet: 75, 00 and FF. RGB value is (117,0,255). Sum of RGB (Red+Green+Blue) = 117+0+255=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #7500FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7500FF is #8AFF00. Grayscale: #3F3F3F. Windows color (decimal): -9109249 or 16711797. OLE color: 16711797.

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

Color convert

RGB1170255-
CMYK0.54100
HSL267.53º100%50%-
HSV(B)267.53º100%100%-
XYZ25.391195.39-
YUV64.05235.76165.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 68.55%
R=31.45%
G=0%
B=68.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal11702550.54100267.5310050
Hex750FF36640010c6432
Octal1650377661440041414462
Binary11101010111111111101101100100001000011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7500FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7500FF; }

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

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

<style>
 a { background-color: #7500FF; }

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

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

<style>
 span { border-color: #7500FF; }

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

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