Html Css Color HEX #7610F0 Electric Indigo

📋 copy color: '#7610F0'

red 118 ◦ green 16 ◦ blue 240

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

Shades of Electric Indigo #7610F0

Tints of Electric Indigo #7610F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 64.17%

R = 31.55%
G = 4.28%
B = 64.17%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7610F0 (or 0x7610F0) is known color: Electric Indigo. HEX triplet: 76, 10 and F0. RGB value is (118,16,240). Sum of RGB (Red+Green+Blue) = 118+16+240=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 240 (94.14% from 255 or 64.17% from 374); Max value from RGB is 240 - color contains mainly: blue. Hex color #7610F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7610F0 is #89EF0F. Grayscale: #474747. Windows color (decimal): -9039632 or 15732854. OLE color: 15732854.

HSL color Cylindrical-coordinate representation of color #7610F0: hue angle of 267.32º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7610F0 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 16 240 -
CMYK 0.51 0.93 0 0.06
HSL 267.32º 0.88% 0.5% -
HSV(B) 267.32º 0.93% 0.94% -
XYZ 23.38 10.51 83.23 -
YUV 72.03 222.79 160.79 -
System Red Green Blue C M Y K H S L
Decimal 118 16 240 0.51 0.93 0 0.06 267.32 0.88 0.5
Hex 76 10 F0 33 5D 0 6 10B 58 32
Octal 166 20 360 63 135 0 6 413 130 62
Binary 1110110 10000 11110000 110011 1011101 0 110 100001011 1011000 110010

Color Harmonies of #7610F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7610F0

Black with #7610F0

Text Example


Text Example

White with #7610F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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