Html Css Color HEX #710AF0 Electric Indigo

📋 copy color: '#710AF0'

red 113 ◦ green 10 ◦ blue 240

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

Shades of Electric Indigo #710AF0

Tints of Electric Indigo #710AF0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

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

R = 31.13%
G = 2.75%
B = 66.12%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#710AF0 (or 0x710AF0) is known color: Electric Indigo. HEX triplet: 71, 0A and F0. RGB value is (113,10,240). Sum of RGB (Red+Green+Blue) = 113+10+240=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 240 (94.14% from 255 or 66.12% from 363); Max value from RGB is 240 - color contains mainly: blue. Hex color #710AF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710AF0 is #8EF50F. Grayscale: #424242. Windows color (decimal): -9368848 or 15731313. OLE color: 15731313.

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

Color convert

RGB 113 10 240 -
CMYK 0.53 0.96 0 0.06
HSL 266.87º 0.92% 0.49% -
HSV(B) 266.87º 0.96% 0.94% -
XYZ 22.65 10.02 83.18 -
YUV 67.02 225.62 160.8 -
System Red Green Blue C M Y K H S L
Decimal 113 10 240 0.53 0.96 0 0.06 266.87 0.92 0.49
Hex 71 A F0 35 60 0 6 10B 5C 31
Octal 161 12 360 65 140 0 6 413 134 61
Binary 1110001 1010 11110000 110101 1100000 0 110 100001011 1011100 110001

Color Harmonies of #710AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710AF0

Black with #710AF0

Text Example


Text Example

White with #710AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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