Html Css Color HEX #760DFE Electric Indigo

📋 copy color: '#760DFE'

red 118 ◦ green 13 ◦ blue 254

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

Shades of Electric Indigo #760DFE

Tints of Electric Indigo #760DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.38%

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

R = 30.65%
G = 3.38%
B = 65.97%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#760DFE (or 0x760DFE) is known color: Electric Indigo. HEX triplet: 76, 0D and FE. RGB value is (118,13,254). Sum of RGB (Red+Green+Blue) = 118+13+254=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #760DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760DFE is #89F201. Grayscale: #474747. Windows color (decimal): -9040386 or 16649590. OLE color: 16649590.

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

Color convert

RGB 118 13 254 -
CMYK 0.54 0.95 0 0.00
HSL 266.14º 0.99% 0.52% -
HSV(B) 266.14º 0.95% 1% -
XYZ 25.5 11.3 94.6 -
YUV 71.87 230.79 160.9 -
System Red Green Blue C M Y K H S L
Decimal 118 13 254 0.54 0.95 0 0.00 266.14 0.99 0.52
Hex 76 D FE 36 5F 0 0 10A 63 34
Octal 166 15 376 66 137 0 0 412 143 64
Binary 1110110 1101 11111110 110110 1011111 0 0 100001010 1100011 110100

Color Harmonies of #760DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DFE

Black with #760DFE

Text Example


Text Example

White with #760DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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