Html Css Color HEX #710EED Electric Indigo

📋 copy color: '#710EED'

red 113 ◦ green 14 ◦ blue 237

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

Shades of Electric Indigo #710EED

Tints of Electric Indigo #710EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.11%

R = 31.04%
G = 3.85%
B = 65.11%

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

#710EED (or 0x710EED) is known color: Electric Indigo. HEX triplet: 71, 0E and ED. RGB value is (113,14,237). Sum of RGB (Red+Green+Blue) = 113+14+237=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #710EED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710EED is #8EF112. Grayscale: #444444. Windows color (decimal): -9367827 or 15535729. OLE color: 15535729.

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

Color convert

RGB 113 14 237 -
CMYK 0.52 0.94 0 0.07
HSL 266.64º 0.89% 0.49% -
HSV(B) 266.64º 0.94% 0.93% -
XYZ 22.25 9.94 80.87 -
YUV 69.02 222.8 159.37 -
System Red Green Blue C M Y K H S L
Decimal 113 14 237 0.52 0.94 0 0.07 266.64 0.89 0.49
Hex 71 E ED 34 5E 0 7 10B 59 31
Octal 161 16 355 64 136 0 7 413 131 61
Binary 1110001 1110 11101101 110100 1011110 0 111 100001011 1011001 110001

Color Harmonies of #710EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EED

Black with #710EED

Text Example


Text Example

White with #710EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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