Html Css Color HEX #710EEB Electric Indigo

📋 copy color: '#710EEB'

red 113 ◦ green 14 ◦ blue 235

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

Shades of Electric Indigo #710EEB

Tints of Electric Indigo #710EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.92%

R = 31.22%
G = 3.87%
B = 64.92%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#710EEB (or 0x710EEB) is known color: Electric Indigo. HEX triplet: 71, 0E and EB. RGB value is (113,14,235). Sum of RGB (Red+Green+Blue) = 113+14+235=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #710EEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710EEB is #8EF114. Grayscale: #444444. Windows color (decimal): -9367829 or 15404657. OLE color: 15404657.

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

Color convert

RGB 113 14 235 -
CMYK 0.52 0.94 0 0.08
HSL 266.88º 0.89% 0.49% -
HSV(B) 266.88º 0.94% 0.92% -
XYZ 21.96 9.82 79.34 -
YUV 68.8 221.8 159.53 -
System Red Green Blue C M Y K H S L
Decimal 113 14 235 0.52 0.94 0 0.08 266.88 0.89 0.49
Hex 71 E EB 34 5E 0 8 10B 59 31
Octal 161 16 353 64 136 0 10 413 131 61
Binary 1110001 1110 11101011 110100 1011110 0 1000 100001011 1011001 110001

Color Harmonies of #710EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EEB

Black with #710EEB

Text Example


Text Example

White with #710EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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