Html Css Color HEX #7103E0 Electric Indigo

📋 copy color: '#7103E0'

red 113 ◦ green 3 ◦ blue 224

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

Shades of Electric Indigo #7103E0

Tints of Electric Indigo #7103E0

RGB

 RED value IS 113 (44.53% from 255) = 33.24%

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 224 (87.89% from 255) = 65.88%

R = 33.24%
G = 0.88%
B = 65.88%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7103E0 (or 0x7103E0) is known color: Electric Indigo. HEX triplet: 71, 03 and E0. RGB value is (113,3,224). Sum of RGB (Red+Green+Blue) = 113+3+224=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #7103E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7103E0 is #8EFC1F. Grayscale: #3C3C3C. Windows color (decimal): -9370656 or 14680945. OLE color: 14680945.

HSL color Cylindrical-coordinate representation of color #7103E0: hue angle of 269.86º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7103E0 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 3 224 -
CMYK 0.50 0.99 0 0.12
HSL 269.86º 0.97% 0.45% -
HSV(B) 269.86º 0.99% 0.88% -
XYZ 20.3 8.96 71.18 -
YUV 61.08 219.94 165.03 -
System Red Green Blue C M Y K H S L
Decimal 113 3 224 0.50 0.99 0 0.12 269.86 0.97 0.45
Hex 71 3 E0 32 63 0 C 10E 61 2D
Octal 161 3 340 62 143 0 14 416 141 55
Binary 1110001 11 11100000 110010 1100011 0 1100 100001110 1100001 101101

Color Harmonies of #7103E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7103E0

Black with #7103E0

Text Example


Text Example

White with #7103E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7103E0; }

 p { color: rgb(113,3,224); }

 H1.HeaderClassName
 {
   color: #7103E0;
 }
 .AnyTagClassName
 {
   color: #7103E0;
 }
</style>

background-color css

<style>
 a { background-color: #7103E0; }

 a { background-color: rgb(113,3,224); }

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

border-color css

<style>
 span { border-color: #7103E0; }

 span { border-color: rgb(113,3,224); }

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