Html Css Color HEX #710EFA Electric Indigo

📋 copy color: '#710EFA'

red 113 ◦ green 14 ◦ blue 250

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

Shades of Electric Indigo #710EFA

Tints of Electric Indigo #710EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.31%

R = 29.97%
G = 3.71%
B = 66.31%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#710EFA (or 0x710EFA) is known color: Electric Indigo. HEX triplet: 71, 0E and FA. RGB value is (113,14,250). Sum of RGB (Red+Green+Blue) = 113+14+250=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #710EFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710EFA is #8EF105. Grayscale: #454545. Windows color (decimal): -9367814 or 16387697. OLE color: 16387697.

HSL color Cylindrical-coordinate representation of color #710EFA: hue angle of 265.17º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710EFA is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 14 250 -
CMYK 0.55 0.94 0 0.02
HSL 265.17º 0.96% 0.52% -
HSV(B) 265.17º 0.94% 0.98% -
XYZ 24.22 10.73 91.24 -
YUV 70.51 229.3 158.31 -
System Red Green Blue C M Y K H S L
Decimal 113 14 250 0.55 0.94 0 0.02 265.17 0.96 0.52
Hex 71 E FA 37 5E 0 2 109 60 34
Octal 161 16 372 67 136 0 2 411 140 64
Binary 1110001 1110 11111010 110111 1011110 0 10 100001001 1100000 110100

Color Harmonies of #710EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EFA

Black with #710EFA

Text Example


Text Example

White with #710EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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