Html Css Color HEX #7115FC Electric Indigo

📋 copy color: '#7115FC'

red 113 ◦ green 21 ◦ blue 252

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

Shades of Electric Indigo #7115FC

Tints of Electric Indigo #7115FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.28%

R = 29.27%
G = 5.44%
B = 65.28%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7115FC (or 0x7115FC) is known color: Electric Indigo. HEX triplet: 71, 15 and FC. RGB value is (113,21,252). Sum of RGB (Red+Green+Blue) = 113+21+252=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #7115FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7115FC is #8EEA03. Grayscale: #4A4A4A. Windows color (decimal): -9366020 or 16520561. OLE color: 16520561.

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

Color convert

RGB 113 21 252 -
CMYK 0.55 0.92 0 0.01
HSL 263.9º 0.97% 0.54% -
HSV(B) 263.9º 0.92% 0.99% -
XYZ 24.65 11.08 92.93 -
YUV 74.84 227.98 155.22 -
System Red Green Blue C M Y K H S L
Decimal 113 21 252 0.55 0.92 0 0.01 263.9 0.97 0.54
Hex 71 15 FC 37 5C 0 1 108 61 36
Octal 161 25 374 67 134 0 1 410 141 66
Binary 1110001 10101 11111100 110111 1011100 0 1 100001000 1100001 110110

Color Harmonies of #7115FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7115FC

Black with #7115FC

Text Example


Text Example

White with #7115FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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