Html Css Color HEX #710FF3 Electric Indigo

📋 copy color: '#710FF3'

red 113 ◦ green 15 ◦ blue 243

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

Shades of Electric Indigo #710FF3

Tints of Electric Indigo #710FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 65.5%

R = 30.46%
G = 4.04%
B = 65.5%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#710FF3 (or 0x710FF3) is known color: Electric Indigo. HEX triplet: 71, 0F and F3. RGB value is (113,15,243). Sum of RGB (Red+Green+Blue) = 113+15+243=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 243 (95.31% from 255 or 65.50% from 371); Max value from RGB is 243 - color contains mainly: blue. Hex color #710FF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710FF3 is #8EF00C. Grayscale: #454545. Windows color (decimal): -9367565 or 15929201. OLE color: 15929201.

HSL color Cylindrical-coordinate representation of color #710FF3: hue angle of 265.79º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710FF3 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 15 243 -
CMYK 0.53 0.94 0 0.05
HSL 265.79º 0.9% 0.51% -
HSV(B) 265.79º 0.94% 0.95% -
XYZ 23.16 10.32 85.57 -
YUV 70.29 225.47 158.46 -
System Red Green Blue C M Y K H S L
Decimal 113 15 243 0.53 0.94 0 0.05 265.79 0.9 0.51
Hex 71 F F3 35 5E 0 5 10A 5A 33
Octal 161 17 363 65 136 0 5 412 132 63
Binary 1110001 1111 11110011 110101 1011110 0 101 100001010 1011010 110011

Color Harmonies of #710FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FF3

Black with #710FF3

Text Example


Text Example

White with #710FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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