Html Css Color HEX #7117F2 Electric Indigo

📋 copy color: '#7117F2'

red 113 ◦ green 23 ◦ blue 242

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

Shades of Electric Indigo #7117F2

Tints of Electric Indigo #7117F2

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.08%

 BLUE value IS 242 (94.92% from 255) = 64.02%

R = 29.89%
G = 6.08%
B = 64.02%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7117F2 (or 0x7117F2) is known color: Electric Indigo. HEX triplet: 71, 17 and F2. RGB value is (113,23,242). Sum of RGB (Red+Green+Blue) = 113+23+242=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 242 (94.92% from 255 or 64.02% from 378); Max value from RGB is 242 - color contains mainly: blue. Hex color #7117F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7117F2 is #8EE80D. Grayscale: #4A4A4A. Windows color (decimal): -9365518 or 15865713. OLE color: 15865713.

HSL color Cylindrical-coordinate representation of color #7117F2: hue angle of 264.66º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7117F2 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 23 242 -
CMYK 0.53 0.90 0 0.05
HSL 264.66º 0.89% 0.52% -
HSV(B) 264.66º 0.9% 0.95% -
XYZ 23.14 10.53 84.82 -
YUV 74.88 222.32 155.19 -
System Red Green Blue C M Y K H S L
Decimal 113 23 242 0.53 0.90 0 0.05 264.66 0.89 0.52
Hex 71 17 F2 35 5A 0 5 109 59 34
Octal 161 27 362 65 132 0 5 411 131 64
Binary 1110001 10111 11110010 110101 1011010 0 101 100001001 1011001 110100

Color Harmonies of #7117F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7117F2

Black with #7117F2

Text Example


Text Example

White with #7117F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7117F2; }

 p { color: rgb(113,23,242); }

 H1.HeaderClassName
 {
   color: #7117F2;
 }
 .AnyTagClassName
 {
   color: #7117F2;
 }
</style>

background-color css

<style>
 a { background-color: #7117F2; }

 a { background-color: rgb(113,23,242); }

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

border-color css

<style>
 span { border-color: #7117F2; }

 span { border-color: rgb(113,23,242); }

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