Html Css Color HEX #760AFF Electric Indigo

📋 copy color: '#760AFF'

red 118 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #760AFF

Tints of Electric Indigo #760AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.61%

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

R = 30.81%
G = 2.61%
B = 66.58%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#760AFF (or 0x760AFF) is known color: Electric Indigo. HEX triplet: 76, 0A and FF. RGB value is (118,10,255). Sum of RGB (Red+Green+Blue) = 118+10+255=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #760AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760AFF is #89F500. Grayscale: #454545. Windows color (decimal): -9041153 or 16714358. OLE color: 16714358.

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

Color convert

RGB 118 10 255 -
CMYK 0.54 0.96 0 0
HSL 266.45º 1% 0.52% -
HSV(B) 266.45º 0.96% 1% -
XYZ 25.63 11.29 95.44 -
YUV 70.22 232.28 162.08 -
System Red Green Blue C M Y K H S L
Decimal 118 10 255 0.54 0.96 0 0 266.45 1 0.52
Hex 76 A FF 36 60 0 0 10A 64 34
Octal 166 12 377 66 140 0 0 412 144 64
Binary 1110110 1010 11111111 110110 1100000 0 0 100001010 1100100 110100

Color Harmonies of #760AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760AFF

Black with #760AFF

Text Example


Text Example

White with #760AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,10,255); }

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

background-color css

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

 a { background-color: rgb(118,10,255); }

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

border-color css

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

 span { border-color: rgb(118,10,255); }

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