Html Css Color HEX #7112FD Electric Indigo

📋 copy color: '#7112FD'

red 113 ◦ green 18 ◦ blue 253

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

Shades of Electric Indigo #7112FD

Tints of Electric Indigo #7112FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.89%

R = 29.43%
G = 4.69%
B = 65.89%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7112FD (or 0x7112FD) is known color: Electric Indigo. HEX triplet: 71, 12 and FD. RGB value is (113,18,253). Sum of RGB (Red+Green+Blue) = 113+18+253=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #7112FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7112FD is #8EED02. Grayscale: #484848. Windows color (decimal): -9366787 or 16585329. OLE color: 16585329.

HSL color Cylindrical-coordinate representation of color #7112FD: hue angle of 264.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7112FD is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 18 253 -
CMYK 0.55 0.93 0 0.01
HSL 264.26º 0.98% 0.53% -
HSV(B) 264.26º 0.93% 0.99% -
XYZ 24.76 11.04 93.75 -
YUV 73.2 229.47 156.39 -
System Red Green Blue C M Y K H S L
Decimal 113 18 253 0.55 0.93 0 0.01 264.26 0.98 0.53
Hex 71 12 FD 37 5D 0 1 108 62 35
Octal 161 22 375 67 135 0 1 410 142 65
Binary 1110001 10010 11111101 110111 1011101 0 1 100001000 1100010 110101

Color Harmonies of #7112FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7112FD

Black with #7112FD

Text Example


Text Example

White with #7112FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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