Html Css Color HEX #7613FA Electric Indigo

📋 copy color: '#7613FA'

red 118 ◦ green 19 ◦ blue 250

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

Shades of Electric Indigo #7613FA

Tints of Electric Indigo #7613FA

RGB

 RED value IS 118 (46.48% from 255) = 30.49%

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

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

R = 30.49%
G = 4.91%
B = 64.6%

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

#7613FA (or 0x7613FA) is known color: Electric Indigo. HEX triplet: 76, 13 and FA. RGB value is (118,19,250). Sum of RGB (Red+Green+Blue) = 118+19+250=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #7613FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7613FA is #89EC05. Grayscale: #4A4A4A. Windows color (decimal): -9038854 or 16388982. OLE color: 16388982.

HSL color Cylindrical-coordinate representation of color #7613FA: hue angle of 265.71º 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 #7613FA is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 19 250 -
CMYK 0.53 0.92 0 0.02
HSL 265.71º 0.96% 0.53% -
HSV(B) 265.71º 0.92% 0.98% -
XYZ 24.96 11.22 91.29 -
YUV 74.94 226.8 158.72 -
System Red Green Blue C M Y K H S L
Decimal 118 19 250 0.53 0.92 0 0.02 265.71 0.96 0.53
Hex 76 13 FA 35 5C 0 2 10A 60 35
Octal 166 23 372 65 134 0 2 412 140 65
Binary 1110110 10011 11111010 110101 1011100 0 10 100001010 1100000 110101

Color Harmonies of #7613FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7613FA

Black with #7613FA

Text Example


Text Example

White with #7613FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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