Html Css Color HEX #7618FE Electric Indigo

📋 copy color: '#7618FE'

red 118 ◦ green 24 ◦ blue 254

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

Shades of Electric Indigo #7618FE

Tints of Electric Indigo #7618FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.06%

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

R = 29.8%
G = 6.06%
B = 64.14%

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

#7618FE (or 0x7618FE) is known color: Electric Indigo. HEX triplet: 76, 18 and FE. RGB value is (118,24,254). Sum of RGB (Red+Green+Blue) = 118+24+254=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #7618FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7618FE is #89E701. Grayscale: #4D4D4D. Windows color (decimal): -9037570 or 16652406. OLE color: 16652406.

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

Color convert

RGB 118 24 254 -
CMYK 0.54 0.91 0 0.00
HSL 264.52º 0.99% 0.55% -
HSV(B) 264.52º 0.91% 1% -
XYZ 25.69 11.66 94.66 -
YUV 78.33 227.14 156.3 -
System Red Green Blue C M Y K H S L
Decimal 118 24 254 0.54 0.91 0 0.00 264.52 0.99 0.55
Hex 76 18 FE 36 5B 0 0 109 63 37
Octal 166 30 376 66 133 0 0 411 143 67
Binary 1110110 11000 11111110 110110 1011011 0 0 100001001 1100011 110111

Color Harmonies of #7618FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7618FE

Black with #7618FE

Text Example


Text Example

White with #7618FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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