Html Css Color HEX #7112FF Electric Indigo

📋 copy color: '#7112FF'

red 113 ◦ green 18 ◦ blue 255

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

Shades of Electric Indigo #7112FF

Tints of Electric Indigo #7112FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.06%

R = 29.27%
G = 4.66%
B = 66.06%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7112FF (or 0x7112FF) is known color: Electric Indigo. HEX triplet: 71, 12 and FF. RGB value is (113,18,255). Sum of RGB (Red+Green+Blue) = 113+18+255=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #7112FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7112FF is #8EED00. Grayscale: #484848. Windows color (decimal): -9366785 or 16716401. OLE color: 16716401.

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

Color convert

RGB 113 18 255 -
CMYK 0.56 0.93 0 0
HSL 264.05º 1% 0.54% -
HSV(B) 264.05º 0.93% 1% -
XYZ 25.08 11.16 95.44 -
YUV 73.42 230.47 156.23 -
System Red Green Blue C M Y K H S L
Decimal 113 18 255 0.56 0.93 0 0 264.05 1 0.54
Hex 71 12 FF 38 5D 0 0 108 64 36
Octal 161 22 377 70 135 0 0 410 144 66
Binary 1110001 10010 11111111 111000 1011101 0 0 100001000 1100100 110110

Color Harmonies of #7112FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7112FF

Black with #7112FF

Text Example


Text Example

White with #7112FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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