Html Css Color HEX #7105DF Electric Indigo

📋 copy color: '#7105DF'

red 113 ◦ green 5 ◦ blue 223

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

Shades of Electric Indigo #7105DF

Tints of Electric Indigo #7105DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

 BLUE value IS 223 (87.5% from 255) = 65.4%

R = 33.14%
G = 1.47%
B = 65.4%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7105DF (or 0x7105DF) is known color: Electric Indigo. HEX triplet: 71, 05 and DF. RGB value is (113,5,223). Sum of RGB (Red+Green+Blue) = 113+5+223=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #7105DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7105DF is #8EFA20. Grayscale: #3D3D3D. Windows color (decimal): -9370145 or 14615921. OLE color: 14615921.

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

Color convert

RGB 113 5 223 -
CMYK 0.49 0.98 0 0.13
HSL 269.72º 0.96% 0.45% -
HSV(B) 269.72º 0.98% 0.87% -
XYZ 20.18 8.95 70.48 -
YUV 62.14 218.78 164.27 -
System Red Green Blue C M Y K H S L
Decimal 113 5 223 0.49 0.98 0 0.13 269.72 0.96 0.45
Hex 71 5 DF 31 62 0 D 10E 60 2D
Octal 161 5 337 61 142 0 15 416 140 55
Binary 1110001 101 11011111 110001 1100010 0 1101 100001110 1100000 101101

Color Harmonies of #7105DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7105DF

Black with #7105DF

Text Example


Text Example

White with #7105DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7105DF; }

 p { color: rgb(113,5,223); }

 H1.HeaderClassName
 {
   color: #7105DF;
 }
 .AnyTagClassName
 {
   color: #7105DF;
 }
</style>

background-color css

<style>
 a { background-color: #7105DF; }

 a { background-color: rgb(113,5,223); }

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

border-color css

<style>
 span { border-color: #7105DF; }

 span { border-color: rgb(113,5,223); }

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