Html Css Color HEX #710FEE Electric Indigo

📋 copy color: '#710FEE'

red 113 ◦ green 15 ◦ blue 238

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

Shades of Electric Indigo #710FEE

Tints of Electric Indigo #710FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.03%

R = 30.87%
G = 4.1%
B = 65.03%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#710FEE (or 0x710FEE) is known color: Electric Indigo. HEX triplet: 71, 0F and EE. RGB value is (113,15,238). Sum of RGB (Red+Green+Blue) = 113+15+238=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #710FEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710FEE is #8EF011. Grayscale: #444444. Windows color (decimal): -9367570 or 15601521. OLE color: 15601521.

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

Color convert

RGB 113 15 238 -
CMYK 0.53 0.94 0 0.07
HSL 266.37º 0.88% 0.5% -
HSV(B) 266.37º 0.94% 0.93% -
XYZ 22.41 10.03 81.64 -
YUV 69.72 222.97 158.87 -
System Red Green Blue C M Y K H S L
Decimal 113 15 238 0.53 0.94 0 0.07 266.37 0.88 0.5
Hex 71 F EE 35 5E 0 7 10A 58 32
Octal 161 17 356 65 136 0 7 412 130 62
Binary 1110001 1111 11101110 110101 1011110 0 111 100001010 1011000 110010

Color Harmonies of #710FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FEE

Black with #710FEE

Text Example


Text Example

White with #710FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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