Html Css Color HEX #7115F4 Electric Indigo

📋 copy color: '#7115F4'

red 113 ◦ green 21 ◦ blue 244

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

Shades of Electric Indigo #7115F4

Tints of Electric Indigo #7115F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 64.55%

R = 29.89%
G = 5.56%
B = 64.55%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7115F4 (or 0x7115F4) is known color: Electric Indigo. HEX triplet: 71, 15 and F4. RGB value is (113,21,244). Sum of RGB (Red+Green+Blue) = 113+21+244=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 244 (95.70% from 255 or 64.55% from 378); Max value from RGB is 244 - color contains mainly: blue. Hex color #7115F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7115F4 is #8EEA0B. Grayscale: #494949. Windows color (decimal): -9366028 or 15996273. OLE color: 15996273.

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

Color convert

RGB 113 21 244 -
CMYK 0.54 0.91 0 0.04
HSL 264.75º 0.91% 0.52% -
HSV(B) 264.75º 0.91% 0.96% -
XYZ 23.41 10.58 86.4 -
YUV 73.93 223.98 155.87 -
System Red Green Blue C M Y K H S L
Decimal 113 21 244 0.54 0.91 0 0.04 264.75 0.91 0.52
Hex 71 15 F4 36 5B 0 4 109 5B 34
Octal 161 25 364 66 133 0 4 411 133 64
Binary 1110001 10101 11110100 110110 1011011 0 100 100001001 1011011 110100

Color Harmonies of #7115F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7115F4

Black with #7115F4

Text Example


Text Example

White with #7115F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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