Html Css Color HEX #710EE1 Electric Indigo

📋 copy color: '#710EE1'

red 113 ◦ green 14 ◦ blue 225

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

Shades of Electric Indigo #710EE1

Tints of Electric Indigo #710EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 63.92%

R = 32.1%
G = 3.98%
B = 63.92%

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

#710EE1 (or 0x710EE1) is known color: Electric Indigo. HEX triplet: 71, 0E and E1. RGB value is (113,14,225). Sum of RGB (Red+Green+Blue) = 113+14+225=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 225 (88.28% from 255 or 63.92% from 352); Max value from RGB is 225 - color contains mainly: blue. Hex color #710EE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710EE1 is #8EF11E. Grayscale: #424242. Windows color (decimal): -9367839 or 14749297. OLE color: 14749297.

HSL color Cylindrical-coordinate representation of color #710EE1: hue angle of 268.15º 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 #710EE1 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 14 225 -
CMYK 0.50 0.94 0 0.12
HSL 268.15º 0.88% 0.47% -
HSV(B) 268.15º 0.94% 0.88% -
XYZ 20.56 9.26 71.94 -
YUV 67.66 216.8 160.34 -
System Red Green Blue C M Y K H S L
Decimal 113 14 225 0.50 0.94 0 0.12 268.15 0.88 0.47
Hex 71 E E1 32 5E 0 C 10C 58 2F
Octal 161 16 341 62 136 0 14 414 130 57
Binary 1110001 1110 11100001 110010 1011110 0 1100 100001100 1011000 101111

Color Harmonies of #710EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EE1

Black with #710EE1

Text Example


Text Example

White with #710EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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