Html Css Color HEX #7115FF Electric Indigo

📋 copy color: '#7115FF'

red 113 ◦ green 21 ◦ blue 255

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

Shades of Electric Indigo #7115FF

Tints of Electric Indigo #7115FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.4%

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

R = 29.05%
G = 5.4%
B = 65.55%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7115FF (or 0x7115FF) is known color: Electric Indigo. HEX triplet: 71, 15 and FF. RGB value is (113,21,255). Sum of RGB (Red+Green+Blue) = 113+21+255=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #7115FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7115FF is #8EEA00. Grayscale: #4A4A4A. Windows color (decimal): -9366017 or 16717169. OLE color: 16717169.

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

Color convert

RGB 113 21 255 -
CMYK 0.56 0.92 0 0
HSL 263.59º 1% 0.54% -
HSV(B) 263.59º 0.92% 1% -
XYZ 25.13 11.27 95.46 -
YUV 75.18 229.48 154.97 -
System Red Green Blue C M Y K H S L
Decimal 113 21 255 0.56 0.92 0 0 263.59 1 0.54
Hex 71 15 FF 38 5C 0 0 108 64 36
Octal 161 25 377 70 134 0 0 410 144 66
Binary 1110001 10101 11111111 111000 1011100 0 0 100001000 1100100 110110

Color Harmonies of #7115FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7115FF

Black with #7115FF

Text Example


Text Example

White with #7115FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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