Html Css Color HEX #710ADB Electric Indigo

📋 copy color: '#710ADB'

red 113 ◦ green 10 ◦ blue 219

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

Shades of Electric Indigo #710ADB

Tints of Electric Indigo #710ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.04%

R = 33.04%
G = 2.92%
B = 64.04%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#710ADB (or 0x710ADB) is known color: Electric Indigo. HEX triplet: 71, 0A and DB. RGB value is (113,10,219). Sum of RGB (Red+Green+Blue) = 113+10+219=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #710ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710ADB is #8EF524. Grayscale: #3F3F3F. Windows color (decimal): -9368869 or 14355057. OLE color: 14355057.

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

Color convert

RGB 113 10 219 -
CMYK 0.48 0.95 0 0.14
HSL 269.57º 0.91% 0.45% -
HSV(B) 269.57º 0.95% 0.86% -
XYZ 19.7 8.84 67.69 -
YUV 64.62 215.12 162.51 -
System Red Green Blue C M Y K H S L
Decimal 113 10 219 0.48 0.95 0 0.14 269.57 0.91 0.45
Hex 71 A DB 30 5F 0 E 10E 5B 2D
Octal 161 12 333 60 137 0 16 416 133 55
Binary 1110001 1010 11011011 110000 1011111 0 1110 100001110 1011011 101101

Color Harmonies of #710ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710ADB

Black with #710ADB

Text Example


Text Example

White with #710ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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