Html Css Color HEX #701DF7 Electric Indigo

📋 copy color: '#701DF7'

red 112 ◦ green 29 ◦ blue 247

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

Shades of Electric Indigo #701DF7

Tints of Electric Indigo #701DF7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.47%

 BLUE value IS 247 (96.88% from 255) = 63.66%

R = 28.87%
G = 7.47%
B = 63.66%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#701DF7 (or 0x701DF7) is known color: Electric Indigo. HEX triplet: 70, 1D and F7. RGB value is (112,29,247). Sum of RGB (Red+Green+Blue) = 112+29+247=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 247 (96.88% from 255 or 63.66% from 388); Max value from RGB is 247 - color contains mainly: blue. Hex color #701DF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #701DF7 is #8FE208. Grayscale: #4D4D4D. Windows color (decimal): -9429513 or 16194928. OLE color: 16194928.

HSL color Cylindrical-coordinate representation of color #701DF7: hue angle of 262.84º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701DF7 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 29 247 -
CMYK 0.55 0.88 0 0.03
HSL 262.84º 0.93% 0.54% -
HSV(B) 262.84º 0.88% 0.97% -
XYZ 23.91 11.04 88.87 -
YUV 78.67 223 151.77 -
System Red Green Blue C M Y K H S L
Decimal 112 29 247 0.55 0.88 0 0.03 262.84 0.93 0.54
Hex 70 1D F7 37 58 0 3 107 5D 36
Octal 160 35 367 67 130 0 3 407 135 66
Binary 1110000 11101 11110111 110111 1011000 0 11 100000111 1011101 110110

Color Harmonies of #701DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701DF7

Black with #701DF7

Text Example


Text Example

White with #701DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701DF7; }

 p { color: rgb(112,29,247); }

 H1.HeaderClassName
 {
   color: #701DF7;
 }
 .AnyTagClassName
 {
   color: #701DF7;
 }
</style>

background-color css

<style>
 a { background-color: #701DF7; }

 a { background-color: rgb(112,29,247); }

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

border-color css

<style>
 span { border-color: #701DF7; }

 span { border-color: rgb(112,29,247); }

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