Html Css Color HEX #7513FF Electric Indigo

📋 copy color: '#7513FF'

red 117 ◦ green 19 ◦ blue 255

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

Shades of Electric Indigo #7513FF

Tints of Electric Indigo #7513FF

RGB

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

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

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

R = 29.92%
G = 4.86%
B = 65.22%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7513FF (or 0x7513FF) is known color: Electric Indigo. HEX triplet: 75, 13 and FF. RGB value is (117,19,255). Sum of RGB (Red+Green+Blue) = 117+19+255=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #7513FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7513FF is #8AEC00. Grayscale: #4A4A4A. Windows color (decimal): -9104385 or 16716661. OLE color: 16716661.

HSL color Cylindrical-coordinate representation of color #7513FF: hue angle of 264.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7513FF is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 19 255 -
CMYK 0.54 0.93 0 0
HSL 264.92º 1% 0.54% -
HSV(B) 264.92º 0.93% 1% -
XYZ 25.62 11.47 95.47 -
YUV 75.21 229.47 157.81 -
System Red Green Blue C M Y K H S L
Decimal 117 19 255 0.54 0.93 0 0 264.92 1 0.54
Hex 75 13 FF 36 5D 0 0 109 64 36
Octal 165 23 377 66 135 0 0 411 144 66
Binary 1110101 10011 11111111 110110 1011101 0 0 100001001 1100100 110110

Color Harmonies of #7513FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7513FF

Black with #7513FF

Text Example


Text Example

White with #7513FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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