Html Css Color HEX #710CDB Electric Indigo

📋 copy color: '#710CDB'

red 113 ◦ green 12 ◦ blue 219

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

Shades of Electric Indigo #710CDB

Tints of Electric Indigo #710CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.49%

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

R = 32.85%
G = 3.49%
B = 63.66%

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

#710CDB (or 0x710CDB) is known color: Electric Indigo. HEX triplet: 71, 0C and DB. RGB value is (113,12,219). Sum of RGB (Red+Green+Blue) = 113+12+219=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #710CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710CDB is #8EF324. Grayscale: #414141. Windows color (decimal): -9368357 or 14355569. OLE color: 14355569.

HSL color Cylindrical-coordinate representation of color #710CDB: hue angle of 269.28º degrees, saturation: 0.9, 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 #710CDB is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 12 219 -
CMYK 0.48 0.95 0 0.14
HSL 269.28º 0.9% 0.45% -
HSV(B) 269.28º 0.95% 0.86% -
XYZ 19.73 8.89 67.69 -
YUV 65.8 214.46 161.67 -
System Red Green Blue C M Y K H S L
Decimal 113 12 219 0.48 0.95 0 0.14 269.28 0.9 0.45
Hex 71 C DB 30 5F 0 E 10D 5A 2D
Octal 161 14 333 60 137 0 16 415 132 55
Binary 1110001 1100 11011011 110000 1011111 0 1110 100001101 1011010 101101

Color Harmonies of #710CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710CDB

Black with #710CDB

Text Example


Text Example

White with #710CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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