Html Css Color HEX #710FEC Electric Indigo

📋 copy color: '#710FEC'

red 113 ◦ green 15 ◦ blue 236

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

Shades of Electric Indigo #710FEC

Tints of Electric Indigo #710FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.12%

 BLUE value IS 236 (92.58% from 255) = 64.84%

R = 31.04%
G = 4.12%
B = 64.84%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#710FEC (or 0x710FEC) is known color: Electric Indigo. HEX triplet: 71, 0F and EC. RGB value is (113,15,236). Sum of RGB (Red+Green+Blue) = 113+15+236=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #710FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710FEC is #8EF013. Grayscale: #444444. Windows color (decimal): -9367572 or 15470449. OLE color: 15470449.

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

Color convert

RGB 113 15 236 -
CMYK 0.52 0.94 0 0.07
HSL 266.61º 0.88% 0.49% -
HSV(B) 266.61º 0.94% 0.93% -
XYZ 22.12 9.91 80.1 -
YUV 69.5 221.97 159.03 -
System Red Green Blue C M Y K H S L
Decimal 113 15 236 0.52 0.94 0 0.07 266.61 0.88 0.49
Hex 71 F EC 34 5E 0 7 10B 58 31
Octal 161 17 354 64 136 0 7 413 130 61
Binary 1110001 1111 11101100 110100 1011110 0 111 100001011 1011000 110001

Color Harmonies of #710FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FEC

Black with #710FEC

Text Example


Text Example

White with #710FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,15,236); }

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

background-color css

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

 a { background-color: rgb(113,15,236); }

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

border-color css

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

 span { border-color: rgb(113,15,236); }

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