Html Css Color HEX #7014F5 Electric Indigo

📋 copy color: '#7014F5'

red 112 ◦ green 20 ◦ blue 245

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

Shades of Electric Indigo #7014F5

Tints of Electric Indigo #7014F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 64.99%

R = 29.71%
G = 5.31%
B = 64.99%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7014F5 (or 0x7014F5) is known color: Electric Indigo. HEX triplet: 70, 14 and F5. RGB value is (112,20,245). Sum of RGB (Red+Green+Blue) = 112+20+245=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 245 (96.09% from 255 or 64.99% from 377); Max value from RGB is 245 - color contains mainly: blue. Hex color #7014F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7014F5 is #8FEB0A. Grayscale: #484848. Windows color (decimal): -9431819 or 16061552. OLE color: 16061552.

HSL color Cylindrical-coordinate representation of color #7014F5: hue angle of 264.53º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7014F5 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 20 245 -
CMYK 0.54 0.92 0 0.04
HSL 264.53º 0.92% 0.52% -
HSV(B) 264.53º 0.92% 0.96% -
XYZ 23.41 10.54 87.19 -
YUV 73.16 224.98 155.7 -
System Red Green Blue C M Y K H S L
Decimal 112 20 245 0.54 0.92 0 0.04 264.53 0.92 0.52
Hex 70 14 F5 36 5C 0 4 109 5C 34
Octal 160 24 365 66 134 0 4 411 134 64
Binary 1110000 10100 11110101 110110 1011100 0 100 100001001 1011100 110100

Color Harmonies of #7014F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7014F5

Black with #7014F5

Text Example


Text Example

White with #7014F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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