Html Css Color HEX #7106DB Electric Indigo

📋 copy color: '#7106DB'

red 113 ◦ green 6 ◦ blue 219

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

Shades of Electric Indigo #7106DB

Tints of Electric Indigo #7106DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

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

R = 33.43%
G = 1.78%
B = 64.79%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7106DB (or 0x7106DB) is known color: Electric Indigo. HEX triplet: 71, 06 and DB. RGB value is (113,6,219). Sum of RGB (Red+Green+Blue) = 113+6+219=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #7106DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7106DB is #8EF924. Grayscale: #3D3D3D. Windows color (decimal): -9369893 or 14354033. OLE color: 14354033.

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

Color convert

RGB 113 6 219 -
CMYK 0.48 0.97 0 0.14
HSL 270.14º 0.95% 0.44% -
HSV(B) 270.14º 0.97% 0.86% -
XYZ 19.66 8.76 67.67 -
YUV 62.28 216.45 164.18 -
System Red Green Blue C M Y K H S L
Decimal 113 6 219 0.48 0.97 0 0.14 270.14 0.95 0.44
Hex 71 6 DB 30 61 0 E 10E 5F 2C
Octal 161 6 333 60 141 0 16 416 137 54
Binary 1110001 110 11011011 110000 1100001 0 1110 100001110 1011111 101100

Color Harmonies of #7106DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7106DB

Black with #7106DB

Text Example


Text Example

White with #7106DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7106DB; }

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

 H1.HeaderClassName
 {
   color: #7106DB;
 }
 .AnyTagClassName
 {
   color: #7106DB;
 }
</style>

background-color css

<style>
 a { background-color: #7106DB; }

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

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

border-color css

<style>
 span { border-color: #7106DB; }

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

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