Html Css Color HEX #7119FB Electric Indigo

📋 copy color: '#7119FB'

red 113 ◦ green 25 ◦ blue 251

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

Shades of Electric Indigo #7119FB

Tints of Electric Indigo #7119FB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.43%

 BLUE value IS 251 (98.44% from 255) = 64.52%

R = 29.05%
G = 6.43%
B = 64.52%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7119FB (or 0x7119FB) is known color: Electric Indigo. HEX triplet: 71, 19 and FB. RGB value is (113,25,251). Sum of RGB (Red+Green+Blue) = 113+25+251=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #7119FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7119FB is #8EE604. Grayscale: #4C4C4C. Windows color (decimal): -9364997 or 16456049. OLE color: 16456049.

HSL color Cylindrical-coordinate representation of color #7119FB: hue angle of 263.36º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7119FB is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 25 251 -
CMYK 0.55 0.90 0 0.02
HSL 263.36º 0.97% 0.54% -
HSV(B) 263.36º 0.9% 0.98% -
XYZ 24.57 11.17 92.13 -
YUV 77.08 226.15 153.62 -
System Red Green Blue C M Y K H S L
Decimal 113 25 251 0.55 0.90 0 0.02 263.36 0.97 0.54
Hex 71 19 FB 37 5A 0 2 107 61 36
Octal 161 31 373 67 132 0 2 407 141 66
Binary 1110001 11001 11111011 110111 1011010 0 10 100000111 1100001 110110

Color Harmonies of #7119FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7119FB

Black with #7119FB

Text Example


Text Example

White with #7119FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7119FB; }

 p { color: rgb(113,25,251); }

 H1.HeaderClassName
 {
   color: #7119FB;
 }
 .AnyTagClassName
 {
   color: #7119FB;
 }
</style>

background-color css

<style>
 a { background-color: #7119FB; }

 a { background-color: rgb(113,25,251); }

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

border-color css

<style>
 span { border-color: #7119FB; }

 span { border-color: rgb(113,25,251); }

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