Html Css Color HEX #760AFE Electric Indigo

📋 copy color: '#760AFE'

red 118 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #760AFE

Tints of Electric Indigo #760AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.49%

R = 30.89%
G = 2.62%
B = 66.49%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#760AFE (or 0x760AFE) is known color: Electric Indigo. HEX triplet: 76, 0A and FE. RGB value is (118,10,254). Sum of RGB (Red+Green+Blue) = 118+10+254=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #760AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760AFE is #89F501. Grayscale: #454545. Windows color (decimal): -9041154 or 16648822. OLE color: 16648822.

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

Color convert

RGB 118 10 254 -
CMYK 0.54 0.96 0 0.00
HSL 266.56º 0.99% 0.52% -
HSV(B) 266.56º 0.96% 1% -
XYZ 25.47 11.22 94.59 -
YUV 70.11 231.78 162.16 -
System Red Green Blue C M Y K H S L
Decimal 118 10 254 0.54 0.96 0 0.00 266.56 0.99 0.52
Hex 76 A FE 36 60 0 0 10B 63 34
Octal 166 12 376 66 140 0 0 413 143 64
Binary 1110110 1010 11111110 110110 1100000 0 0 100001011 1100011 110100

Color Harmonies of #760AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760AFE

Black with #760AFE

Text Example


Text Example

White with #760AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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