Html Css Color HEX #7017FE Electric Indigo

📋 copy color: '#7017FE'

red 112 ◦ green 23 ◦ blue 254

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

Shades of Electric Indigo #7017FE

Tints of Electric Indigo #7017FE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.91%

 BLUE value IS 254 (99.61% from 255) = 65.3%

R = 28.79%
G = 5.91%
B = 65.3%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7017FE (or 0x7017FE) is known color: Electric Indigo. HEX triplet: 70, 17 and FE. RGB value is (112,23,254). Sum of RGB (Red+Green+Blue) = 112+23+254=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #7017FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7017FE is #8FE801. Grayscale: #4B4B4B. Windows color (decimal): -9431042 or 16652144. OLE color: 16652144.

HSL color Cylindrical-coordinate representation of color #7017FE: hue angle of 263.12º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7017FE is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 23 254 -
CMYK 0.56 0.91 0 0.00
HSL 263.12º 0.99% 0.54% -
HSV(B) 263.12º 0.91% 1% -
XYZ 24.88 11.21 94.62 -
YUV 75.95 228.49 153.72 -
System Red Green Blue C M Y K H S L
Decimal 112 23 254 0.56 0.91 0 0.00 263.12 0.99 0.54
Hex 70 17 FE 38 5B 0 0 107 63 36
Octal 160 27 376 70 133 0 0 407 143 66
Binary 1110000 10111 11111110 111000 1011011 0 0 100000111 1100011 110110

Color Harmonies of #7017FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7017FE

Black with #7017FE

Text Example


Text Example

White with #7017FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7017FE; }

 p { color: rgb(112,23,254); }

 H1.HeaderClassName
 {
   color: #7017FE;
 }
 .AnyTagClassName
 {
   color: #7017FE;
 }
</style>

background-color css

<style>
 a { background-color: #7017FE; }

 a { background-color: rgb(112,23,254); }

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

border-color css

<style>
 span { border-color: #7017FE; }

 span { border-color: rgb(112,23,254); }

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