#7006DF

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

Shades of Electric Indigo #7006DF

Tints of Electric Indigo #7006DF

Color information

#7006DF (or 0x7006DF) is unknown color: approx Electric Indigo. HEX triplet: 70, 06 and DF. RGB value is (112,6,223). Sum of RGB (Red+Green+Blue) = 112+6+223=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #7006DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7006DF is #8FF920. Grayscale: #3D3D3D. Windows color (decimal): -9435425 or 14616176. OLE color: 14616176.

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

Color convert

RGB1126223-
CMYK0.500.9700.13
HSL269.31º94.76%44.9%-
HSV(B)269.31º97.31%87.45%-
XYZ20.078.970.47-
YUV62.43218.62163.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 6 (2.73% from 255) = 1.76%
BLUE value IS 223 (87.5% from 255) = 65.40%
R=32.84%
G=1.76%
B=65.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11262230.500.9700.13269.3194.7644.9
Hex706DF32610D10d5f2d
Octal16063376214101541513755
Binary1110000110110111111100101100001011011000011011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7006DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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