Html Css Color HEX #761DFE Electric Indigo

📋 copy color: '#761DFE'

red 118 ◦ green 29 ◦ blue 254

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

Shades of Electric Indigo #761DFE

Tints of Electric Indigo #761DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.23%

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

R = 29.43%
G = 7.23%
B = 63.34%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#761DFE (or 0x761DFE) is known color: Electric Indigo. HEX triplet: 76, 1D and FE. RGB value is (118,29,254). Sum of RGB (Red+Green+Blue) = 118+29+254=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #761DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761DFE is #89E201. Grayscale: #505050. Windows color (decimal): -9036290 or 16653686. OLE color: 16653686.

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

Color convert

RGB 118 29 254 -
CMYK 0.54 0.89 0 0.00
HSL 263.73º 0.99% 0.55% -
HSV(B) 263.73º 0.89% 1% -
XYZ 25.8 11.89 94.7 -
YUV 81.26 225.49 154.2 -
System Red Green Blue C M Y K H S L
Decimal 118 29 254 0.54 0.89 0 0.00 263.73 0.99 0.55
Hex 76 1D FE 36 59 0 0 108 63 37
Octal 166 35 376 66 131 0 0 410 143 67
Binary 1110110 11101 11111110 110110 1011001 0 0 100001000 1100011 110111

Color Harmonies of #761DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761DFE

Black with #761DFE

Text Example


Text Example

White with #761DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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