Html Css Color HEX #7517FE Electric Indigo

📋 copy color: '#7517FE'

red 117 ◦ green 23 ◦ blue 254

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

Shades of Electric Indigo #7517FE

Tints of Electric Indigo #7517FE

RGB

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

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

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

R = 29.7%
G = 5.84%
B = 64.47%

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

#7517FE (or 0x7517FE) is known color: Electric Indigo. HEX triplet: 75, 17 and FE. RGB value is (117,23,254). Sum of RGB (Red+Green+Blue) = 117+23+254=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #7517FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7517FE is #8AE801. Grayscale: #4C4C4C. Windows color (decimal): -9103362 or 16652149. OLE color: 16652149.

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

Color convert

RGB 117 23 254 -
CMYK 0.54 0.91 0 0.00
HSL 264.42º 0.99% 0.54% -
HSV(B) 264.42º 0.91% 1% -
XYZ 25.53 11.55 94.65 -
YUV 77.44 227.64 156.22 -
System Red Green Blue C M Y K H S L
Decimal 117 23 254 0.54 0.91 0 0.00 264.42 0.99 0.54
Hex 75 17 FE 36 5B 0 0 108 63 36
Octal 165 27 376 66 133 0 0 410 143 66
Binary 1110101 10111 11111110 110110 1011011 0 0 100001000 1100011 110110

Color Harmonies of #7517FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7517FE

Black with #7517FE

Text Example


Text Example

White with #7517FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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