Html Css Color HEX #7100F1 Electric Indigo

📋 copy color: '#7100F1'

red 113 ◦ green 0 ◦ blue 241

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

Shades of Electric Indigo #7100F1

Tints of Electric Indigo #7100F1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 241 (94.53% from 255) = 68.08%

R = 31.92%
G = 0%
B = 68.08%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7100F1 (or 0x7100F1) is known color: Electric Indigo. HEX triplet: 71, 00 and F1. RGB value is (113,0,241). Sum of RGB (Red+Green+Blue) = 113+0+241=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 241 (94.53% from 255 or 68.08% from 354); Max value from RGB is 241 - color contains mainly: blue. Hex color #7100F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7100F1 is #8EFF0E. Grayscale: #3C3C3C. Windows color (decimal): -9371407 or 15794289. OLE color: 15794289.

HSL color Cylindrical-coordinate representation of color #7100F1: hue angle of 268.13º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7100F1 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 0 241 -
CMYK 0.53 1 0 0.05
HSL 268.13º 1% 0.47% -
HSV(B) 268.13º 1% 0.95% -
XYZ 22.69 9.86 83.93 -
YUV 61.26 229.44 164.9 -
System Red Green Blue C M Y K H S L
Decimal 113 0 241 0.53 1 0 0.05 268.13 1 0.47
Hex 71 0 F1 35 64 0 5 10C 64 2F
Octal 161 0 361 65 144 0 5 414 144 57
Binary 1110001 0 11110001 110101 1100100 0 101 100001100 1100100 101111

Color Harmonies of #7100F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7100F1

Black with #7100F1

Text Example


Text Example

White with #7100F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7100F1; }

 p { color: rgb(113,0,241); }

 H1.HeaderClassName
 {
   color: #7100F1;
 }
 .AnyTagClassName
 {
   color: #7100F1;
 }
</style>

background-color css

<style>
 a { background-color: #7100F1; }

 a { background-color: rgb(113,0,241); }

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

border-color css

<style>
 span { border-color: #7100F1; }

 span { border-color: rgb(113,0,241); }

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