Html Css Color HEX #7616FF Electric Indigo

📋 copy color: '#7616FF'

red 118 ◦ green 22 ◦ blue 255

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

Shades of Electric Indigo #7616FF

Tints of Electric Indigo #7616FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.56%

R = 29.87%
G = 5.57%
B = 64.56%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7616FF (or 0x7616FF) is known color: Electric Indigo. HEX triplet: 76, 16 and FF. RGB value is (118,22,255). Sum of RGB (Red+Green+Blue) = 118+22+255=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #7616FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7616FF is #89E900. Grayscale: #4C4C4C. Windows color (decimal): -9038081 or 16717430. OLE color: 16717430.

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

Color convert

RGB 118 22 255 -
CMYK 0.54 0.91 0 0
HSL 264.72º 1% 0.54% -
HSV(B) 264.72º 0.91% 1% -
XYZ 25.81 11.65 95.5 -
YUV 77.27 228.3 157.05 -
System Red Green Blue C M Y K H S L
Decimal 118 22 255 0.54 0.91 0 0 264.72 1 0.54
Hex 76 16 FF 36 5B 0 0 109 64 36
Octal 166 26 377 66 133 0 0 411 144 66
Binary 1110110 10110 11111111 110110 1011011 0 0 100001001 1100100 110110

Color Harmonies of #7616FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7616FF

Black with #7616FF

Text Example


Text Example

White with #7616FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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