Html Css Color HEX #7115FA Electric Indigo

📋 copy color: '#7115FA'

red 113 ◦ green 21 ◦ blue 250

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

Shades of Electric Indigo #7115FA

Tints of Electric Indigo #7115FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.1%

R = 29.43%
G = 5.47%
B = 65.1%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7115FA (or 0x7115FA) is known color: Electric Indigo. HEX triplet: 71, 15 and FA. RGB value is (113,21,250). Sum of RGB (Red+Green+Blue) = 113+21+250=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #7115FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7115FA is #8EEA05. Grayscale: #494949. Windows color (decimal): -9366022 or 16389489. OLE color: 16389489.

HSL color Cylindrical-coordinate representation of color #7115FA: hue angle of 264.1º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7115FA is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 21 250 -
CMYK 0.55 0.92 0 0.02
HSL 264.1º 0.96% 0.53% -
HSV(B) 264.1º 0.92% 0.98% -
XYZ 24.33 10.95 91.27 -
YUV 74.61 226.98 155.38 -
System Red Green Blue C M Y K H S L
Decimal 113 21 250 0.55 0.92 0 0.02 264.1 0.96 0.53
Hex 71 15 FA 37 5C 0 2 108 60 35
Octal 161 25 372 67 134 0 2 410 140 65
Binary 1110001 10101 11111010 110111 1011100 0 10 100001000 1100000 110101

Color Harmonies of #7115FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7115FA

Black with #7115FA

Text Example


Text Example

White with #7115FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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