Html Css Color HEX #7014FD Electric Indigo

📋 copy color: '#7014FD'

red 112 ◦ green 20 ◦ blue 253

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

Shades of Electric Indigo #7014FD

Tints of Electric Indigo #7014FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.19%

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

R = 29.09%
G = 5.19%
B = 65.71%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7014FD (or 0x7014FD) is known color: Electric Indigo. HEX triplet: 70, 14 and FD. RGB value is (112,20,253). Sum of RGB (Red+Green+Blue) = 112+20+253=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #7014FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7014FD is #8FEB02. Grayscale: #494949. Windows color (decimal): -9431811 or 16585840. OLE color: 16585840.

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

Color convert

RGB 112 20 253 -
CMYK 0.56 0.92 0 0.01
HSL 263.69º 0.98% 0.54% -
HSV(B) 263.69º 0.92% 0.99% -
XYZ 24.66 11.04 93.76 -
YUV 74.07 228.98 155.05 -
System Red Green Blue C M Y K H S L
Decimal 112 20 253 0.56 0.92 0 0.01 263.69 0.98 0.54
Hex 70 14 FD 38 5C 0 1 108 62 36
Octal 160 24 375 70 134 0 1 410 142 66
Binary 1110000 10100 11111101 111000 1011100 0 1 100001000 1100010 110110

Color Harmonies of #7014FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7014FD

Black with #7014FD

Text Example


Text Example

White with #7014FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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