Html Css Color HEX #710EF0 Electric Indigo

📋 copy color: '#710EF0'

red 113 ◦ green 14 ◦ blue 240

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

Shades of Electric Indigo #710EF0

Tints of Electric Indigo #710EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 65.4%

R = 30.79%
G = 3.81%
B = 65.4%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#710EF0 (or 0x710EF0) is known color: Electric Indigo. HEX triplet: 71, 0E and F0. RGB value is (113,14,240). Sum of RGB (Red+Green+Blue) = 113+14+240=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 240 (94.14% from 255 or 65.40% from 367); Max value from RGB is 240 - color contains mainly: blue. Hex color #710EF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710EF0 is #8EF10F. Grayscale: #444444. Windows color (decimal): -9367824 or 15732337. OLE color: 15732337.

HSL color Cylindrical-coordinate representation of color #710EF0: hue angle of 266.28º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710EF0 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 14 240 -
CMYK 0.53 0.94 0 0.06
HSL 266.28º 0.89% 0.5% -
HSV(B) 266.28º 0.94% 0.94% -
XYZ 22.7 10.12 83.19 -
YUV 69.37 224.3 159.12 -
System Red Green Blue C M Y K H S L
Decimal 113 14 240 0.53 0.94 0 0.06 266.28 0.89 0.5
Hex 71 E F0 35 5E 0 6 10A 59 32
Octal 161 16 360 65 136 0 6 412 131 62
Binary 1110001 1110 11110000 110101 1011110 0 110 100001010 1011001 110010

Color Harmonies of #710EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EF0

Black with #710EF0

Text Example


Text Example

White with #710EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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