Html Css Color HEX #710EEC Electric Indigo

📋 copy color: '#710EEC'

red 113 ◦ green 14 ◦ blue 236

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

Shades of Electric Indigo #710EEC

Tints of Electric Indigo #710EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.01%

R = 31.13%
G = 3.86%
B = 65.01%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#710EEC (or 0x710EEC) is known color: Electric Indigo. HEX triplet: 71, 0E and EC. RGB value is (113,14,236). Sum of RGB (Red+Green+Blue) = 113+14+236=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #710EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710EEC is #8EF113. Grayscale: #444444. Windows color (decimal): -9367828 or 15470193. OLE color: 15470193.

HSL color Cylindrical-coordinate representation of color #710EEC: hue angle of 266.76º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710EEC is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 14 236 -
CMYK 0.52 0.94 0 0.07
HSL 266.76º 0.89% 0.49% -
HSV(B) 266.76º 0.94% 0.93% -
XYZ 22.11 9.88 80.1 -
YUV 68.91 222.3 159.45 -
System Red Green Blue C M Y K H S L
Decimal 113 14 236 0.52 0.94 0 0.07 266.76 0.89 0.49
Hex 71 E EC 34 5E 0 7 10B 59 31
Octal 161 16 354 64 136 0 7 413 131 61
Binary 1110001 1110 11101100 110100 1011110 0 111 100001011 1011001 110001

Color Harmonies of #710EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EEC

Black with #710EEC

Text Example


Text Example

White with #710EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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