Html Css Color HEX #710ADE Electric Indigo

📋 copy color: '#710ADE'

red 113 ◦ green 10 ◦ blue 222

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

Shades of Electric Indigo #710ADE

Tints of Electric Indigo #710ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.9%

 BLUE value IS 222 (87.11% from 255) = 64.35%

R = 32.75%
G = 2.9%
B = 64.35%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#710ADE (or 0x710ADE) is known color: Electric Indigo. HEX triplet: 71, 0A and DE. RGB value is (113,10,222). Sum of RGB (Red+Green+Blue) = 113+10+222=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #710ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710ADE is #8EF521. Grayscale: #404040. Windows color (decimal): -9368866 or 14551665. OLE color: 14551665.

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

Color convert

RGB 113 10 222 -
CMYK 0.49 0.95 0 0.13
HSL 269.15º 0.91% 0.45% -
HSV(B) 269.15º 0.95% 0.87% -
XYZ 20.1 9 69.79 -
YUV 64.97 216.62 162.26 -
System Red Green Blue C M Y K H S L
Decimal 113 10 222 0.49 0.95 0 0.13 269.15 0.91 0.45
Hex 71 A DE 31 5F 0 D 10D 5B 2D
Octal 161 12 336 61 137 0 15 415 133 55
Binary 1110001 1010 11011110 110001 1011111 0 1101 100001101 1011011 101101

Color Harmonies of #710ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710ADE

Black with #710ADE

Text Example


Text Example

White with #710ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,10,222); }

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

background-color css

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

 a { background-color: rgb(113,10,222); }

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

border-color css

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

 span { border-color: rgb(113,10,222); }

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