Html Css Color HEX #7818FF Electric Indigo

📋 copy color: '#7818FF'

red 120 ◦ green 24 ◦ blue 255

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

Shades of Electric Indigo #7818FF

Tints of Electric Indigo #7818FF

RGB

 RED value IS 120 (47.27% from 255) = 30.08%

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

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

R = 30.08%
G = 6.02%
B = 63.91%

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

#7818FF (or 0x7818FF) is known color: Electric Indigo. HEX triplet: 78, 18 and FF. RGB value is (120,24,255). Sum of RGB (Red+Green+Blue) = 120+24+255=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #7818FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7818FF is #87E700. Grayscale: #4E4E4E. Windows color (decimal): -8906497 or 16717944. OLE color: 16717944.

HSL color Cylindrical-coordinate representation of color #7818FF: hue angle of 264.94º 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 #7818FF is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 120 24 255 -
CMYK 0.53 0.91 0 0
HSL 264.94º 1% 0.55% -
HSV(B) 264.94º 0.91% 1% -
XYZ 26.12 11.87 95.52 -
YUV 79.04 227.3 157.22 -
System Red Green Blue C M Y K H S L
Decimal 120 24 255 0.53 0.91 0 0 264.94 1 0.55
Hex 78 18 FF 35 5B 0 0 109 64 37
Octal 170 30 377 65 133 0 0 411 144 67
Binary 1111000 11000 11111111 110101 1011011 0 0 100001001 1100100 110111

Color Harmonies of #7818FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7818FF

Black with #7818FF

Text Example


Text Example

White with #7818FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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