Html Css Color HEX #760FFE Electric Indigo

📋 copy color: '#760FFE'

red 118 ◦ green 15 ◦ blue 254

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

Shades of Electric Indigo #760FFE

Tints of Electric Indigo #760FFE

RGB

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

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

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

R = 30.49%
G = 3.88%
B = 65.63%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#760FFE (or 0x760FFE) is known color: Electric Indigo. HEX triplet: 76, 0F and FE. RGB value is (118,15,254). Sum of RGB (Red+Green+Blue) = 118+15+254=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #760FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760FFE is #89F001. Grayscale: #484848. Windows color (decimal): -9039874 or 16650102. OLE color: 16650102.

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

Color convert

RGB 118 15 254 -
CMYK 0.54 0.94 0 0.00
HSL 265.86º 0.99% 0.53% -
HSV(B) 265.86º 0.94% 1% -
XYZ 25.53 11.35 94.61 -
YUV 73.04 230.12 160.07 -
System Red Green Blue C M Y K H S L
Decimal 118 15 254 0.54 0.94 0 0.00 265.86 0.99 0.53
Hex 76 F FE 36 5E 0 0 10A 63 35
Octal 166 17 376 66 136 0 0 412 143 65
Binary 1110110 1111 11111110 110110 1011110 0 0 100001010 1100011 110101

Color Harmonies of #760FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FFE

Black with #760FFE

Text Example


Text Example

White with #760FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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