Html Css Color HEX #7718FF Electric Indigo

📋 copy color: '#7718FF'

red 119 ◦ green 24 ◦ blue 255

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

Shades of Electric Indigo #7718FF

Tints of Electric Indigo #7718FF

RGB

 RED value IS 119 (46.88% from 255) = 29.9%

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

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

R = 29.9%
G = 6.03%
B = 64.07%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7718FF (or 0x7718FF) is known color: Electric Indigo. HEX triplet: 77, 18 and FF. RGB value is (119,24,255). Sum of RGB (Red+Green+Blue) = 119+24+255=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #7718FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7718FF is #88E700. Grayscale: #4D4D4D. Windows color (decimal): -8972033 or 16717943. OLE color: 16717943.

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

Color convert

RGB 119 24 255 -
CMYK 0.53 0.91 0 0
HSL 264.68º 1% 0.55% -
HSV(B) 264.68º 0.91% 1% -
XYZ 25.98 11.8 95.51 -
YUV 78.74 227.47 156.72 -
System Red Green Blue C M Y K H S L
Decimal 119 24 255 0.53 0.91 0 0 264.68 1 0.55
Hex 77 18 FF 35 5B 0 0 109 64 37
Octal 167 30 377 65 133 0 0 411 144 67
Binary 1110111 11000 11111111 110101 1011011 0 0 100001001 1100100 110111

Color Harmonies of #7718FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7718FF

Black with #7718FF

Text Example


Text Example

White with #7718FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,24,255); }

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

background-color css

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

 a { background-color: rgb(119,24,255); }

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

border-color css

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

 span { border-color: rgb(119,24,255); }

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