Html Css Color HEX #710EEE Electric Indigo

📋 copy color: '#710EEE'

red 113 ◦ green 14 ◦ blue 238

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

Shades of Electric Indigo #710EEE

Tints of Electric Indigo #710EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.21%

R = 30.96%
G = 3.84%
B = 65.21%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#710EEE (or 0x710EEE) is known color: Electric Indigo. HEX triplet: 71, 0E and EE. RGB value is (113,14,238). Sum of RGB (Red+Green+Blue) = 113+14+238=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #710EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710EEE is #8EF111. Grayscale: #444444. Windows color (decimal): -9367826 or 15601265. OLE color: 15601265.

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

Color convert

RGB 113 14 238 -
CMYK 0.53 0.94 0 0.07
HSL 266.52º 0.89% 0.49% -
HSV(B) 266.52º 0.94% 0.93% -
XYZ 22.4 10 81.64 -
YUV 69.14 223.3 159.29 -
System Red Green Blue C M Y K H S L
Decimal 113 14 238 0.53 0.94 0 0.07 266.52 0.89 0.49
Hex 71 E EE 35 5E 0 7 10B 59 31
Octal 161 16 356 65 136 0 7 413 131 61
Binary 1110001 1110 11101110 110101 1011110 0 111 100001011 1011001 110001

Color Harmonies of #710EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EEE

Black with #710EEE

Text Example


Text Example

White with #710EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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