#710FEE

Color #710FEE Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #710FEE

Tints of Electric Indigo #710FEE

Color information

#710FEE (or 0x710FEE) is unknown color: approx 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

RGB11315238-
CMYK0.530.9400.07
HSL266.37º88.14%49.61%-
HSV(B)266.37º93.7%93.33%-
XYZ22.4110.0381.64-
YUV69.72222.97158.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 15 (6.25% from 255) = 4.10%
BLUE value IS 238 (93.36% from 255) = 65.03%
R=30.87%
G=4.10%
B=65.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal113152380.530.9400.07266.3788.1449.61
Hex71FEE355E0710a5832
Octal16117356651360741213062
Binary1110001111111101110110101101111001111000010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>