Html Css Color HEX #760FF5 Electric Indigo

📋 copy color: '#760FF5'

red 118 ◦ green 15 ◦ blue 245

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

Shades of Electric Indigo #760FF5

Tints of Electric Indigo #760FF5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.97%

 BLUE value IS 245 (96.09% from 255) = 64.81%

R = 31.22%
G = 3.97%
B = 64.81%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#760FF5 (or 0x760FF5) is known color: Electric Indigo. HEX triplet: 76, 0F and F5. RGB value is (118,15,245). Sum of RGB (Red+Green+Blue) = 118+15+245=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 245 (96.09% from 255 or 64.81% from 378); Max value from RGB is 245 - color contains mainly: blue. Hex color #760FF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760FF5 is #89F00A. Grayscale: #474747. Windows color (decimal): -9039883 or 16060278. OLE color: 16060278.

HSL color Cylindrical-coordinate representation of color #760FF5: hue angle of 266.87º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760FF5 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 15 245 -
CMYK 0.52 0.94 0 0.04
HSL 266.87º 0.92% 0.51% -
HSV(B) 266.87º 0.94% 0.96% -
XYZ 24.12 10.79 87.2 -
YUV 72.02 225.62 160.8 -
System Red Green Blue C M Y K H S L
Decimal 118 15 245 0.52 0.94 0 0.04 266.87 0.92 0.51
Hex 76 F F5 34 5E 0 4 10B 5C 33
Octal 166 17 365 64 136 0 4 413 134 63
Binary 1110110 1111 11110101 110100 1011110 0 100 100001011 1011100 110011

Color Harmonies of #760FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FF5

Black with #760FF5

Text Example


Text Example

White with #760FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760FF5; }

 p { color: rgb(118,15,245); }

 H1.HeaderClassName
 {
   color: #760FF5;
 }
 .AnyTagClassName
 {
   color: #760FF5;
 }
</style>

background-color css

<style>
 a { background-color: #760FF5; }

 a { background-color: rgb(118,15,245); }

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

border-color css

<style>
 span { border-color: #760FF5; }

 span { border-color: rgb(118,15,245); }

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