Html Css Color HEX #7112F5 Electric Indigo

📋 copy color: '#7112F5'

red 113 ◦ green 18 ◦ blue 245

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

Shades of Electric Indigo #7112F5

Tints of Electric Indigo #7112F5

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.79%

 BLUE value IS 245 (96.09% from 255) = 65.16%

R = 30.05%
G = 4.79%
B = 65.16%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7112F5 (or 0x7112F5) is known color: Electric Indigo. HEX triplet: 71, 12 and F5. RGB value is (113,18,245). Sum of RGB (Red+Green+Blue) = 113+18+245=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 245 (96.09% from 255 or 65.16% from 376); Max value from RGB is 245 - color contains mainly: blue. Hex color #7112F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7112F5 is #8EED0A. Grayscale: #474747. Windows color (decimal): -9366795 or 16061041. OLE color: 16061041.

HSL color Cylindrical-coordinate representation of color #7112F5: hue angle of 265.11º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7112F5 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 18 245 -
CMYK 0.54 0.93 0 0.04
HSL 265.11º 0.92% 0.52% -
HSV(B) 265.11º 0.93% 0.96% -
XYZ 23.51 10.54 87.18 -
YUV 72.28 225.47 157.04 -
System Red Green Blue C M Y K H S L
Decimal 113 18 245 0.54 0.93 0 0.04 265.11 0.92 0.52
Hex 71 12 F5 36 5D 0 4 109 5C 34
Octal 161 22 365 66 135 0 4 411 134 64
Binary 1110001 10010 11110101 110110 1011101 0 100 100001001 1011100 110100

Color Harmonies of #7112F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7112F5

Black with #7112F5

Text Example


Text Example

White with #7112F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7112F5; }

 p { color: rgb(113,18,245); }

 H1.HeaderClassName
 {
   color: #7112F5;
 }
 .AnyTagClassName
 {
   color: #7112F5;
 }
</style>

background-color css

<style>
 a { background-color: #7112F5; }

 a { background-color: rgb(113,18,245); }

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

border-color css

<style>
 span { border-color: #7112F5; }

 span { border-color: rgb(113,18,245); }

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