Html Css Color HEX #710CF3 Electric Indigo

📋 copy color: '#710CF3'

red 113 ◦ green 12 ◦ blue 243

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

Shades of Electric Indigo #710CF3

Tints of Electric Indigo #710CF3

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.26%

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

R = 30.71%
G = 3.26%
B = 66.03%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#710CF3 (or 0x710CF3) is known color: Electric Indigo. HEX triplet: 71, 0C and F3. RGB value is (113,12,243). Sum of RGB (Red+Green+Blue) = 113+12+243=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 243 (95.31% from 255 or 66.03% from 368); Max value from RGB is 243 - color contains mainly: blue. Hex color #710CF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710CF3 is #8EF30C. Grayscale: #434343. Windows color (decimal): -9368333 or 15928433. OLE color: 15928433.

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

Color convert

RGB 113 12 243 -
CMYK 0.53 0.95 0 0.05
HSL 266.23º 0.91% 0.5% -
HSV(B) 266.23º 0.95% 0.95% -
XYZ 23.12 10.24 85.55 -
YUV 68.53 226.46 159.72 -
System Red Green Blue C M Y K H S L
Decimal 113 12 243 0.53 0.95 0 0.05 266.23 0.91 0.5
Hex 71 C F3 35 5F 0 5 10A 5B 32
Octal 161 14 363 65 137 0 5 412 133 62
Binary 1110001 1100 11110011 110101 1011111 0 101 100001010 1011011 110010

Color Harmonies of #710CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710CF3

Black with #710CF3

Text Example


Text Example

White with #710CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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