Html Css Color HEX #7513FA Electric Indigo

📋 copy color: '#7513FA'

red 117 ◦ green 19 ◦ blue 250

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

Shades of Electric Indigo #7513FA

Tints of Electric Indigo #7513FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.92%

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

R = 30.31%
G = 4.92%
B = 64.77%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7513FA (or 0x7513FA) is known color: Electric Indigo. HEX triplet: 75, 13 and FA. RGB value is (117,19,250). Sum of RGB (Red+Green+Blue) = 117+19+250=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #7513FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7513FA is #8AEC05. Grayscale: #494949. Windows color (decimal): -9104390 or 16388981. OLE color: 16388981.

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

Color convert

RGB 117 19 250 -
CMYK 0.53 0.92 0 0.02
HSL 265.45º 0.96% 0.53% -
HSV(B) 265.45º 0.92% 0.98% -
XYZ 24.82 11.15 91.29 -
YUV 74.64 226.97 158.22 -
System Red Green Blue C M Y K H S L
Decimal 117 19 250 0.53 0.92 0 0.02 265.45 0.96 0.53
Hex 75 13 FA 35 5C 0 2 109 60 35
Octal 165 23 372 65 134 0 2 411 140 65
Binary 1110101 10011 11111010 110101 1011100 0 10 100001001 1100000 110101

Color Harmonies of #7513FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7513FA

Black with #7513FA

Text Example


Text Example

White with #7513FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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