Html Css Color HEX #7617FE Electric Indigo

📋 copy color: '#7617FE'

red 118 ◦ green 23 ◦ blue 254

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

Shades of Electric Indigo #7617FE

Tints of Electric Indigo #7617FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.3%

R = 29.87%
G = 5.82%
B = 64.3%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7617FE (or 0x7617FE) is known color: Electric Indigo. HEX triplet: 76, 17 and FE. RGB value is (118,23,254). Sum of RGB (Red+Green+Blue) = 118+23+254=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #7617FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7617FE is #89E801. Grayscale: #4C4C4C. Windows color (decimal): -9037826 or 16652150. OLE color: 16652150.

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

Color convert

RGB 118 23 254 -
CMYK 0.54 0.91 0 0.00
HSL 264.68º 0.99% 0.54% -
HSV(B) 264.68º 0.91% 1% -
XYZ 25.67 11.62 94.66 -
YUV 77.74 227.47 156.72 -
System Red Green Blue C M Y K H S L
Decimal 118 23 254 0.54 0.91 0 0.00 264.68 0.99 0.54
Hex 76 17 FE 36 5B 0 0 109 63 36
Octal 166 27 376 66 133 0 0 411 143 66
Binary 1110110 10111 11111110 110110 1011011 0 0 100001001 1100011 110110

Color Harmonies of #7617FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7617FE

Black with #7617FE

Text Example


Text Example

White with #7617FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7617FE; }

 p { color: rgb(118,23,254); }

 H1.HeaderClassName
 {
   color: #7617FE;
 }
 .AnyTagClassName
 {
   color: #7617FE;
 }
</style>

background-color css

<style>
 a { background-color: #7617FE; }

 a { background-color: rgb(118,23,254); }

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

border-color css

<style>
 span { border-color: #7617FE; }

 span { border-color: rgb(118,23,254); }

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