#7511FF

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

Shades of Electric Indigo #7511FF

Tints of Electric Indigo #7511FF

Color information

#7511FF (or 0x7511FF) is unknown color: approx Electric Indigo. HEX triplet: 75, 11 and FF. RGB value is (117,17,255). Sum of RGB (Red+Green+Blue) = 117+17+255=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #7511FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7511FF is #8AEE00. Grayscale: #494949. Windows color (decimal): -9104897 or 16716149. OLE color: 16716149.

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

Color convert

RGB11717255-
CMYK0.540.9300
HSL265.21º100%53.33%-
HSV(B)265.21º93.33%100%-
XYZ25.5911.495.46-
YUV74.03230.13158.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 17 (7.03% from 255) = 4.37%
BLUE value IS 255 (100% from 255) = 65.55%
R=30.08%
G=4.37%
B=65.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal117172550.540.9300265.2110053.33
Hex7511FF365D001096435
Octal16521377661350041114465
Binary111010110001111111111101101011101001000010011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7511FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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