Html Css Color HEX #710FEF Electric Indigo

📋 copy color: '#710FEF'

red 113 ◦ green 15 ◦ blue 239

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

Shades of Electric Indigo #710FEF

Tints of Electric Indigo #710FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.12%

R = 30.79%
G = 4.09%
B = 65.12%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#710FEF (or 0x710FEF) is known color: Electric Indigo. HEX triplet: 71, 0F and EF. RGB value is (113,15,239). Sum of RGB (Red+Green+Blue) = 113+15+239=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #710FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710FEF is #8EF010. Grayscale: #454545. Windows color (decimal): -9367569 or 15667057. OLE color: 15667057.

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

Color convert

RGB 113 15 239 -
CMYK 0.53 0.94 0 0.06
HSL 266.25º 0.88% 0.5% -
HSV(B) 266.25º 0.94% 0.94% -
XYZ 22.56 10.08 82.42 -
YUV 69.84 223.47 158.79 -
System Red Green Blue C M Y K H S L
Decimal 113 15 239 0.53 0.94 0 0.06 266.25 0.88 0.5
Hex 71 F EF 35 5E 0 6 10A 58 32
Octal 161 17 357 65 136 0 6 412 130 62
Binary 1110001 1111 11101111 110101 1011110 0 110 100001010 1011000 110010

Color Harmonies of #710FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FEF

Black with #710FEF

Text Example


Text Example

White with #710FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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