Html Css Color HEX #710DE0 Electric Indigo

📋 copy color: '#710DE0'

red 113 ◦ green 13 ◦ blue 224

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

Shades of Electric Indigo #710DE0

Tints of Electric Indigo #710DE0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.71%

 BLUE value IS 224 (87.89% from 255) = 64%

R = 32.29%
G = 3.71%
B = 64%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#710DE0 (or 0x710DE0) is known color: Electric Indigo. HEX triplet: 71, 0D and E0. RGB value is (113,13,224). Sum of RGB (Red+Green+Blue) = 113+13+224=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 224 (87.89% from 255 or 64% from 350); Max value from RGB is 224 - color contains mainly: blue. Hex color #710DE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DE0 is #8EF21F. Grayscale: #424242. Windows color (decimal): -9368096 or 14683505. OLE color: 14683505.

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

Color convert

RGB 113 13 224 -
CMYK 0.50 0.94 0 0.12
HSL 268.44º 0.89% 0.46% -
HSV(B) 268.44º 0.94% 0.88% -
XYZ 20.41 9.18 71.22 -
YUV 66.95 216.63 160.84 -
System Red Green Blue C M Y K H S L
Decimal 113 13 224 0.50 0.94 0 0.12 268.44 0.89 0.46
Hex 71 D E0 32 5E 0 C 10C 59 2E
Octal 161 15 340 62 136 0 14 414 131 56
Binary 1110001 1101 11100000 110010 1011110 0 1100 100001100 1011001 101110

Color Harmonies of #710DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DE0

Black with #710DE0

Text Example


Text Example

White with #710DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,13,224); }

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

background-color css

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

 a { background-color: rgb(113,13,224); }

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

border-color css

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

 span { border-color: rgb(113,13,224); }

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