#7106DD

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

Shades of Electric Indigo #7106DD

Tints of Electric Indigo #7106DD

Color information

#7106DD (or 0x7106DD) is unknown color: approx Electric Indigo. HEX triplet: 71, 06 and DD. RGB value is (113,6,221). Sum of RGB (Red+Green+Blue) = 113+6+221=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #7106DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7106DD is #8EF922. Grayscale: #3D3D3D. Windows color (decimal): -9369891 or 14485105. OLE color: 14485105.

HSL color Cylindrical-coordinate representation of color #7106DD: hue angle of 269.86º 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 #7106DD is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1136221-
CMYK0.490.9700.13
HSL269.86º94.71%44.51%-
HSV(B)269.86º97.29%86.67%-
XYZ19.938.8669.07-
YUV62.5217.45164.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 6 (2.73% from 255) = 1.76%
BLUE value IS 221 (86.72% from 255) = 65%
R=33.24%
G=1.76%
B=65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11362210.490.9700.13269.8694.7144.51
Hex716DD31610D10e5f2d
Octal16163356114101541613755
Binary1110001110110111011100011100001011011000011101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7106DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7106DD; }

 p { color: rgb(113,6,221); }

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

<style>
 a { background-color: #7106DD; }

 a { background-color: rgb(113,6,221); }

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

<style>
 span { border-color: #7106DD; }

 span { border-color: rgb(113,6,221); }

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