Html Css Color HEX #710EE3 Electric Indigo

📋 copy color: '#710EE3'

red 113 ◦ green 14 ◦ blue 227

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

Shades of Electric Indigo #710EE3

Tints of Electric Indigo #710EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 64.12%

R = 31.92%
G = 3.95%
B = 64.12%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#710EE3 (or 0x710EE3) is known color: Electric Indigo. HEX triplet: 71, 0E and E3. RGB value is (113,14,227). Sum of RGB (Red+Green+Blue) = 113+14+227=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 227 (89.06% from 255 or 64.12% from 354); Max value from RGB is 227 - color contains mainly: blue. Hex color #710EE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710EE3 is #8EF11C. Grayscale: #434343. Windows color (decimal): -9367837 or 14880369. OLE color: 14880369.

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

Color convert

RGB 113 14 227 -
CMYK 0.50 0.94 0 0.11
HSL 267.89º 0.88% 0.47% -
HSV(B) 267.89º 0.94% 0.89% -
XYZ 20.83 9.37 73.38 -
YUV 67.88 217.8 160.18 -
System Red Green Blue C M Y K H S L
Decimal 113 14 227 0.50 0.94 0 0.11 267.89 0.88 0.47
Hex 71 E E3 32 5E 0 B 10C 58 2F
Octal 161 16 343 62 136 0 13 414 130 57
Binary 1110001 1110 11100011 110010 1011110 0 1011 100001100 1011000 101111

Color Harmonies of #710EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EE3

Black with #710EE3

Text Example


Text Example

White with #710EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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