Html Css Color HEX #710EF5 Electric Indigo

📋 copy color: '#710EF5'

red 113 ◦ green 14 ◦ blue 245

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

Shades of Electric Indigo #710EF5

Tints of Electric Indigo #710EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 65.86%

R = 30.38%
G = 3.76%
B = 65.86%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#710EF5 (or 0x710EF5) is known color: Electric Indigo. HEX triplet: 71, 0E and F5. RGB value is (113,14,245). Sum of RGB (Red+Green+Blue) = 113+14+245=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 245 (96.09% from 255 or 65.86% from 372); Max value from RGB is 245 - color contains mainly: blue. Hex color #710EF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710EF5 is #8EF10A. Grayscale: #454545. Windows color (decimal): -9367819 or 16060017. OLE color: 16060017.

HSL color Cylindrical-coordinate representation of color #710EF5: hue angle of 265.71º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710EF5 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 14 245 -
CMYK 0.54 0.94 0 0.04
HSL 265.71º 0.92% 0.51% -
HSV(B) 265.71º 0.94% 0.96% -
XYZ 23.45 10.42 87.16 -
YUV 69.94 226.8 158.72 -
System Red Green Blue C M Y K H S L
Decimal 113 14 245 0.54 0.94 0 0.04 265.71 0.92 0.51
Hex 71 E F5 36 5E 0 4 10A 5C 33
Octal 161 16 365 66 136 0 4 412 134 63
Binary 1110001 1110 11110101 110110 1011110 0 100 100001010 1011100 110011

Color Harmonies of #710EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EF5

Black with #710EF5

Text Example


Text Example

White with #710EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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