Html Css Color HEX #7013FF Electric Indigo

📋 copy color: '#7013FF'

red 112 ◦ green 19 ◦ blue 255

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

Shades of Electric Indigo #7013FF

Tints of Electric Indigo #7013FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.92%

 BLUE value IS 255 (100% from 255) = 66.06%

R = 29.02%
G = 4.92%
B = 66.06%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7013FF (or 0x7013FF) is known color: Electric Indigo. HEX triplet: 70, 13 and FF. RGB value is (112,19,255). Sum of RGB (Red+Green+Blue) = 112+19+255=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #7013FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7013FF is #8FEC00. Grayscale: #484848. Windows color (decimal): -9432065 or 16716656. OLE color: 16716656.

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

Color convert

RGB 112 19 255 -
CMYK 0.56 0.93 0 0
HSL 263.64º 1% 0.54% -
HSV(B) 263.64º 0.93% 1% -
XYZ 24.96 11.13 95.44 -
YUV 73.71 230.31 155.31 -
System Red Green Blue C M Y K H S L
Decimal 112 19 255 0.56 0.93 0 0 263.64 1 0.54
Hex 70 13 FF 38 5D 0 0 108 64 36
Octal 160 23 377 70 135 0 0 410 144 66
Binary 1110000 10011 11111111 111000 1011101 0 0 100001000 1100100 110110

Color Harmonies of #7013FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7013FF

Black with #7013FF

Text Example


Text Example

White with #7013FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7013FF; }

 p { color: rgb(112,19,255); }

 H1.HeaderClassName
 {
   color: #7013FF;
 }
 .AnyTagClassName
 {
   color: #7013FF;
 }
</style>

background-color css

<style>
 a { background-color: #7013FF; }

 a { background-color: rgb(112,19,255); }

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

border-color css

<style>
 span { border-color: #7013FF; }

 span { border-color: rgb(112,19,255); }

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