Html Css Color HEX #710EDF Electric Indigo

📋 copy color: '#710EDF'

red 113 ◦ green 14 ◦ blue 223

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

Shades of Electric Indigo #710EDF

Tints of Electric Indigo #710EDF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4%

 BLUE value IS 223 (87.5% from 255) = 63.71%

R = 32.29%
G = 4%
B = 63.71%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#710EDF (or 0x710EDF) is known color: Electric Indigo. HEX triplet: 71, 0E and DF. RGB value is (113,14,223). Sum of RGB (Red+Green+Blue) = 113+14+223=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #710EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710EDF is #8EF120. Grayscale: #424242. Windows color (decimal): -9367841 or 14618225. OLE color: 14618225.

HSL color Cylindrical-coordinate representation of color #710EDF: hue angle of 268.42º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710EDF is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 14 223 -
CMYK 0.49 0.94 0 0.13
HSL 268.42º 0.88% 0.46% -
HSV(B) 268.42º 0.94% 0.87% -
XYZ 20.29 9.15 70.51 -
YUV 67.43 215.8 160.51 -
System Red Green Blue C M Y K H S L
Decimal 113 14 223 0.49 0.94 0 0.13 268.42 0.88 0.46
Hex 71 E DF 31 5E 0 D 10C 58 2E
Octal 161 16 337 61 136 0 15 414 130 56
Binary 1110001 1110 11011111 110001 1011110 0 1101 100001100 1011000 101110

Color Harmonies of #710EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EDF

Black with #710EDF

Text Example


Text Example

White with #710EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,14,223); }

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

background-color css

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

 a { background-color: rgb(113,14,223); }

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

border-color css

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

 span { border-color: rgb(113,14,223); }

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