Html Css Color HEX #700FF6 Electric Indigo

📋 copy color: '#700FF6'

red 112 ◦ green 15 ◦ blue 246

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

Shades of Electric Indigo #700FF6

Tints of Electric Indigo #700FF6

RGB

 RED value IS 112 (44.14% from 255) = 30.03%

 GREEN value IS 15 (6.25% from 255) = 4.02%

 BLUE value IS 246 (96.48% from 255) = 65.95%

R = 30.03%
G = 4.02%
B = 65.95%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#700FF6 (or 0x700FF6) is known color: Electric Indigo. HEX triplet: 70, 0F and F6. RGB value is (112,15,246). Sum of RGB (Red+Green+Blue) = 112+15+246=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #700FF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700FF6 is #8FF009. Grayscale: #454545. Windows color (decimal): -9433098 or 16125808. OLE color: 16125808.

HSL color Cylindrical-coordinate representation of color #700FF6: hue angle of 265.19º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700FF6 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 15 246 -
CMYK 0.54 0.94 0 0.04
HSL 265.19º 0.93% 0.51% -
HSV(B) 265.19º 0.94% 0.96% -
XYZ 23.49 10.44 87.97 -
YUV 70.34 227.14 157.72 -
System Red Green Blue C M Y K H S L
Decimal 112 15 246 0.54 0.94 0 0.04 265.19 0.93 0.51
Hex 70 F F6 36 5E 0 4 109 5D 33
Octal 160 17 366 66 136 0 4 411 135 63
Binary 1110000 1111 11110110 110110 1011110 0 100 100001001 1011101 110011

Color Harmonies of #700FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FF6

Black with #700FF6

Text Example


Text Example

White with #700FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700FF6; }

 p { color: rgb(112,15,246); }

 H1.HeaderClassName
 {
   color: #700FF6;
 }
 .AnyTagClassName
 {
   color: #700FF6;
 }
</style>

background-color css

<style>
 a { background-color: #700FF6; }

 a { background-color: rgb(112,15,246); }

 div.DivClassName
 {
   background-color: #700FF6;
 }
 .BgClassName
 {
   background-color: #700FF6;
 }
</style>

border-color css

<style>
 span { border-color: #700FF6; }

 span { border-color: rgb(112,15,246); }

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