Html Css Color HEX #7011FD Electric Indigo

📋 copy color: '#7011FD'

red 112 ◦ green 17 ◦ blue 253

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

Shades of Electric Indigo #7011FD

Tints of Electric Indigo #7011FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.45%

 BLUE value IS 253 (99.22% from 255) = 66.23%

R = 29.32%
G = 4.45%
B = 66.23%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7011FD (or 0x7011FD) is known color: Electric Indigo. HEX triplet: 70, 11 and FD. RGB value is (112,17,253). Sum of RGB (Red+Green+Blue) = 112+17+253=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #7011FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7011FD is #8FEE02. Grayscale: #474747. Windows color (decimal): -9432579 or 16585072. OLE color: 16585072.

HSL color Cylindrical-coordinate representation of color #7011FD: hue angle of 264.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7011FD is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 17 253 -
CMYK 0.56 0.93 0 0.01
HSL 264.15º 0.98% 0.53% -
HSV(B) 264.15º 0.93% 0.99% -
XYZ 24.61 10.94 93.74 -
YUV 72.31 229.97 156.31 -
System Red Green Blue C M Y K H S L
Decimal 112 17 253 0.56 0.93 0 0.01 264.15 0.98 0.53
Hex 70 11 FD 38 5D 0 1 108 62 35
Octal 160 21 375 70 135 0 1 410 142 65
Binary 1110000 10001 11111101 111000 1011101 0 1 100001000 1100010 110101

Color Harmonies of #7011FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7011FD

Black with #7011FD

Text Example


Text Example

White with #7011FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7011FD; }

 p { color: rgb(112,17,253); }

 H1.HeaderClassName
 {
   color: #7011FD;
 }
 .AnyTagClassName
 {
   color: #7011FD;
 }
</style>

background-color css

<style>
 a { background-color: #7011FD; }

 a { background-color: rgb(112,17,253); }

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

border-color css

<style>
 span { border-color: #7011FD; }

 span { border-color: rgb(112,17,253); }

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