Html Css Color HEX #7517FA Electric Indigo

📋 copy color: '#7517FA'

red 117 ◦ green 23 ◦ blue 250

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

Shades of Electric Indigo #7517FA

Tints of Electric Indigo #7517FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.1%

R = 30%
G = 5.9%
B = 64.1%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7517FA (or 0x7517FA) is known color: Electric Indigo. HEX triplet: 75, 17 and FA. RGB value is (117,23,250). Sum of RGB (Red+Green+Blue) = 117+23+250=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #7517FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7517FA is #8AE805. Grayscale: #4C4C4C. Windows color (decimal): -9103366 or 16390005. OLE color: 16390005.

HSL color Cylindrical-coordinate representation of color #7517FA: hue angle of 264.85º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7517FA is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 23 250 -
CMYK 0.53 0.91 0 0.02
HSL 264.85º 0.96% 0.54% -
HSV(B) 264.85º 0.91% 0.98% -
XYZ 24.9 11.3 91.31 -
YUV 76.98 225.64 156.54 -
System Red Green Blue C M Y K H S L
Decimal 117 23 250 0.53 0.91 0 0.02 264.85 0.96 0.54
Hex 75 17 FA 35 5B 0 2 109 60 36
Octal 165 27 372 65 133 0 2 411 140 66
Binary 1110101 10111 11111010 110101 1011011 0 10 100001001 1100000 110110

Color Harmonies of #7517FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7517FA

Black with #7517FA

Text Example


Text Example

White with #7517FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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