Html Css Color HEX #7006DF Electric Indigo

📋 copy color: '#7006DF'

red 112 ◦ green 6 ◦ blue 223

#7006DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #7006DF

Tints of Electric Indigo #7006DF

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.4%

R = 32.84%
G = 1.76%
B = 65.4%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7006DF (or 0x7006DF) is known color: 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

RGB 112 6 223 -
CMYK 0.50 0.97 0 0.13
HSL 269.31º 0.95% 0.45% -
HSV(B) 269.31º 0.97% 0.87% -
XYZ 20.07 8.9 70.47 -
YUV 62.43 218.62 163.36 -
System Red Green Blue C M Y K H S L
Decimal 112 6 223 0.50 0.97 0 0.13 269.31 0.95 0.45
Hex 70 6 DF 32 61 0 D 10D 5F 2D
Octal 160 6 337 62 141 0 15 415 137 55
Binary 1110000 110 11011111 110010 1100001 0 1101 100001101 1011111 101101

Color Harmonies of #7006DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7006DF

Black with #7006DF

Text Example


Text Example

White with #7006DF

Text Example


Text Example

HTML Codes & Css Web 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>