Html Css Color HEX #710FF0 Electric Indigo

📋 copy color: '#710FF0'

red 113 ◦ green 15 ◦ blue 240

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

Shades of Electric Indigo #710FF0

Tints of Electric Indigo #710FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 65.22%

R = 30.71%
G = 4.08%
B = 65.22%

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

#710FF0 (or 0x710FF0) is known color: Electric Indigo. HEX triplet: 71, 0F and F0. RGB value is (113,15,240). Sum of RGB (Red+Green+Blue) = 113+15+240=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 240 (94.14% from 255 or 65.22% from 368); Max value from RGB is 240 - color contains mainly: blue. Hex color #710FF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710FF0 is #8EF00F. Grayscale: #454545. Windows color (decimal): -9367568 or 15732593. OLE color: 15732593.

HSL color Cylindrical-coordinate representation of color #710FF0: hue angle of 266.13º 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 #710FF0 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 15 240 -
CMYK 0.53 0.94 0 0.06
HSL 266.13º 0.88% 0.5% -
HSV(B) 266.13º 0.94% 0.94% -
XYZ 22.71 10.14 83.2 -
YUV 69.95 223.97 158.7 -
System Red Green Blue C M Y K H S L
Decimal 113 15 240 0.53 0.94 0 0.06 266.13 0.88 0.5
Hex 71 F F0 35 5E 0 6 10A 58 32
Octal 161 17 360 65 136 0 6 412 130 62
Binary 1110001 1111 11110000 110101 1011110 0 110 100001010 1011000 110010

Color Harmonies of #710FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FF0

Black with #710FF0

Text Example


Text Example

White with #710FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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