#7506DF

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

Shades of Electric Indigo #7506DF

Tints of Electric Indigo #7506DF

Color information

#7506DF (or 0x7506DF) is unknown color: approx Electric Indigo. HEX triplet: 75, 06 and DF. RGB value is (117,6,223). Sum of RGB (Red+Green+Blue) = 117+6+223=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #7506DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7506DF is #8AF920. Grayscale: #3F3F3F. Windows color (decimal): -9107745 or 14616181. OLE color: 14616181.

HSL color Cylindrical-coordinate representation of color #7506DF: hue angle of 270.69º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7506DF is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1176223-
CMYK0.480.9700.13
HSL270.69º94.76%44.9%-
HSV(B)270.69º97.31%87.45%-
XYZ20.729.2470.5-
YUV63.93217.77165.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 6 (2.73% from 255) = 1.73%
BLUE value IS 223 (87.5% from 255) = 64.45%
R=33.82%
G=1.73%
B=64.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11762230.480.9700.13270.6994.7644.9
Hex756DF30610D10f5f2d
Octal16563376014101541713755
Binary1110101110110111111100001100001011011000011111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7506DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7506DF; }

 p { color: rgb(117,6,223); }

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

<style>
 a { background-color: #7506DF; }

 a { background-color: rgb(117,6,223); }

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

<style>
 span { border-color: #7506DF; }

 span { border-color: rgb(117,6,223); }

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