Html Css Color HEX #7616FA Electric Indigo

📋 copy color: '#7616FA'

red 118 ◦ green 22 ◦ blue 250

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

Shades of Electric Indigo #7616FA

Tints of Electric Indigo #7616FA

RGB

 RED value IS 118 (46.48% from 255) = 30.26%

 GREEN value IS 22 (8.98% from 255) = 5.64%

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

R = 30.26%
G = 5.64%
B = 64.1%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7616FA (or 0x7616FA) is known color: Electric Indigo. HEX triplet: 76, 16 and FA. RGB value is (118,22,250). Sum of RGB (Red+Green+Blue) = 118+22+250=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #7616FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7616FA is #89E905. Grayscale: #4B4B4B. Windows color (decimal): -9038086 or 16389750. OLE color: 16389750.

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

Color convert

RGB 118 22 250 -
CMYK 0.53 0.91 0 0.02
HSL 265.26º 0.96% 0.53% -
HSV(B) 265.26º 0.91% 0.98% -
XYZ 25.01 11.33 91.31 -
YUV 76.7 225.8 157.46 -
System Red Green Blue C M Y K H S L
Decimal 118 22 250 0.53 0.91 0 0.02 265.26 0.96 0.53
Hex 76 16 FA 35 5B 0 2 109 60 35
Octal 166 26 372 65 133 0 2 411 140 65
Binary 1110110 10110 11111010 110101 1011011 0 10 100001001 1100000 110101

Color Harmonies of #7616FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7616FA

Black with #7616FA

Text Example


Text Example

White with #7616FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,22,250); }

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

background-color css

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

 a { background-color: rgb(118,22,250); }

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

border-color css

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

 span { border-color: rgb(118,22,250); }

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