Html Css Color HEX #7104DB Electric Indigo

📋 copy color: '#7104DB'

red 113 ◦ green 4 ◦ blue 219

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

Shades of Electric Indigo #7104DB

Tints of Electric Indigo #7104DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 33.63%
G = 1.19%
B = 65.18%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7104DB (or 0x7104DB) is known color: Electric Indigo. HEX triplet: 71, 04 and DB. RGB value is (113,4,219). Sum of RGB (Red+Green+Blue) = 113+4+219=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #7104DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7104DB is #8EFB24. Grayscale: #3C3C3C. Windows color (decimal): -9370405 or 14353521. OLE color: 14353521.

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

Color convert

RGB 113 4 219 -
CMYK 0.48 0.98 0 0.14
HSL 270.42º 0.96% 0.44% -
HSV(B) 270.42º 0.98% 0.86% -
XYZ 19.64 8.71 67.66 -
YUV 61.1 217.11 165.02 -
System Red Green Blue C M Y K H S L
Decimal 113 4 219 0.48 0.98 0 0.14 270.42 0.96 0.44
Hex 71 4 DB 30 62 0 E 10E 60 2C
Octal 161 4 333 60 142 0 16 416 140 54
Binary 1110001 100 11011011 110000 1100010 0 1110 100001110 1100000 101100

Color Harmonies of #7104DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7104DB

Black with #7104DB

Text Example


Text Example

White with #7104DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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