Html Css Color HEX #710EE0 Electric Indigo

📋 copy color: '#710EE0'

red 113 ◦ green 14 ◦ blue 224

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

Shades of Electric Indigo #710EE0

Tints of Electric Indigo #710EE0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.99%

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

R = 32.19%
G = 3.99%
B = 63.82%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#710EE0 (or 0x710EE0) is known color: Electric Indigo. HEX triplet: 71, 0E and E0. RGB value is (113,14,224). Sum of RGB (Red+Green+Blue) = 113+14+224=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #710EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710EE0 is #8EF11F. Grayscale: #424242. Windows color (decimal): -9367840 or 14683761. OLE color: 14683761.

HSL color Cylindrical-coordinate representation of color #710EE0: hue angle of 268.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710EE0 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 14 224 -
CMYK 0.50 0.94 0 0.12
HSL 268.29º 0.88% 0.47% -
HSV(B) 268.29º 0.94% 0.88% -
XYZ 20.42 9.21 71.22 -
YUV 67.54 216.3 160.42 -
System Red Green Blue C M Y K H S L
Decimal 113 14 224 0.50 0.94 0 0.12 268.29 0.88 0.47
Hex 71 E E0 32 5E 0 C 10C 58 2F
Octal 161 16 340 62 136 0 14 414 130 57
Binary 1110001 1110 11100000 110010 1011110 0 1100 100001100 1011000 101111

Color Harmonies of #710EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EE0

Black with #710EE0

Text Example


Text Example

White with #710EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710EE0; }

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

 H1.HeaderClassName
 {
   color: #710EE0;
 }
 .AnyTagClassName
 {
   color: #710EE0;
 }
</style>

background-color css

<style>
 a { background-color: #710EE0; }

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

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

border-color css

<style>
 span { border-color: #710EE0; }

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

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