Html Css Color HEX #710DDC Electric Indigo

📋 copy color: '#710DDC'

red 113 ◦ green 13 ◦ blue 220

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

Shades of Electric Indigo #710DDC

Tints of Electric Indigo #710DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.58%

R = 32.66%
G = 3.76%
B = 63.58%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#710DDC (or 0x710DDC) is known color: Electric Indigo. HEX triplet: 71, 0D and DC. RGB value is (113,13,220). Sum of RGB (Red+Green+Blue) = 113+13+220=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #710DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DDC is #8EF223. Grayscale: #414141. Windows color (decimal): -9368100 or 14421361. OLE color: 14421361.

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

Color convert

RGB 113 13 220 -
CMYK 0.49 0.94 0 0.14
HSL 268.99º 0.89% 0.46% -
HSV(B) 268.99º 0.94% 0.86% -
XYZ 19.87 8.97 68.39 -
YUV 66.5 214.63 161.17 -
System Red Green Blue C M Y K H S L
Decimal 113 13 220 0.49 0.94 0 0.14 268.99 0.89 0.46
Hex 71 D DC 31 5E 0 E 10D 59 2E
Octal 161 15 334 61 136 0 16 415 131 56
Binary 1110001 1101 11011100 110001 1011110 0 1110 100001101 1011001 101110

Color Harmonies of #710DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DDC

Black with #710DDC

Text Example


Text Example

White with #710DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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