Html Css Color HEX #7518FF Electric Indigo

📋 copy color: '#7518FF'

red 117 ◦ green 24 ◦ blue 255

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

Shades of Electric Indigo #7518FF

Tints of Electric Indigo #7518FF

RGB

 RED value IS 117 (46.09% from 255) = 29.55%

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

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

R = 29.55%
G = 6.06%
B = 64.39%

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

#7518FF (or 0x7518FF) is known color: Electric Indigo. HEX triplet: 75, 18 and FF. RGB value is (117,24,255). Sum of RGB (Red+Green+Blue) = 117+24+255=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #7518FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7518FF is #8AE700. Grayscale: #4D4D4D. Windows color (decimal): -9103105 or 16717941. OLE color: 16717941.

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

Color convert

RGB 117 24 255 -
CMYK 0.54 0.91 0 0
HSL 264.16º 1% 0.55% -
HSV(B) 264.16º 0.91% 1% -
XYZ 25.71 11.66 95.5 -
YUV 78.14 227.81 155.72 -
System Red Green Blue C M Y K H S L
Decimal 117 24 255 0.54 0.91 0 0 264.16 1 0.55
Hex 75 18 FF 36 5B 0 0 108 64 37
Octal 165 30 377 66 133 0 0 410 144 67
Binary 1110101 11000 11111111 110110 1011011 0 0 100001000 1100100 110111

Color Harmonies of #7518FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7518FF

Black with #7518FF

Text Example


Text Example

White with #7518FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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