Html Css Color HEX #7013FD Electric Indigo

📋 copy color: '#7013FD'

red 112 ◦ green 19 ◦ blue 253

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

Shades of Electric Indigo #7013FD

Tints of Electric Indigo #7013FD

RGB

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

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

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

R = 29.17%
G = 4.95%
B = 65.89%

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

#7013FD (or 0x7013FD) is known color: Electric Indigo. HEX triplet: 70, 13 and FD. RGB value is (112,19,253). Sum of RGB (Red+Green+Blue) = 112+19+253=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #7013FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7013FD is #8FEC02. Grayscale: #484848. Windows color (decimal): -9432067 or 16585584. OLE color: 16585584.

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

Color convert

RGB 112 19 253 -
CMYK 0.56 0.92 0 0.01
HSL 263.85º 0.98% 0.53% -
HSV(B) 263.85º 0.92% 0.99% -
XYZ 24.64 11 93.75 -
YUV 73.48 229.31 155.47 -
System Red Green Blue C M Y K H S L
Decimal 112 19 253 0.56 0.92 0 0.01 263.85 0.98 0.53
Hex 70 13 FD 38 5C 0 1 108 62 35
Octal 160 23 375 70 134 0 1 410 142 65
Binary 1110000 10011 11111101 111000 1011100 0 1 100001000 1100010 110101

Color Harmonies of #7013FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7013FD

Black with #7013FD

Text Example


Text Example

White with #7013FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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