Html Css Color HEX #7610FA Electric Indigo

📋 copy color: '#7610FA'

red 118 ◦ green 16 ◦ blue 250

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

Shades of Electric Indigo #7610FA

Tints of Electric Indigo #7610FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.17%

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

R = 30.73%
G = 4.17%
B = 65.1%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7610FA (or 0x7610FA) is known color: Electric Indigo. HEX triplet: 76, 10 and FA. RGB value is (118,16,250). Sum of RGB (Red+Green+Blue) = 118+16+250=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #7610FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7610FA is #89EF05. Grayscale: #484848. Windows color (decimal): -9039622 or 16388214. OLE color: 16388214.

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

Color convert

RGB 118 16 250 -
CMYK 0.53 0.94 0 0.02
HSL 266.15º 0.96% 0.52% -
HSV(B) 266.15º 0.94% 0.98% -
XYZ 24.91 11.12 91.28 -
YUV 73.17 227.79 159.97 -
System Red Green Blue C M Y K H S L
Decimal 118 16 250 0.53 0.94 0 0.02 266.15 0.96 0.52
Hex 76 10 FA 35 5E 0 2 10A 60 34
Octal 166 20 372 65 136 0 2 412 140 64
Binary 1110110 10000 11111010 110101 1011110 0 10 100001010 1100000 110100

Color Harmonies of #7610FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7610FA

Black with #7610FA

Text Example


Text Example

White with #7610FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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