Html Css Color HEX #760EFF Electric Indigo

📋 copy color: '#760EFF'

red 118 ◦ green 14 ◦ blue 255

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

Shades of Electric Indigo #760EFF

Tints of Electric Indigo #760EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.62%

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

R = 30.49%
G = 3.62%
B = 65.89%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#760EFF (or 0x760EFF) is known color: Electric Indigo. HEX triplet: 76, 0E and FF. RGB value is (118,14,255). Sum of RGB (Red+Green+Blue) = 118+14+255=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #760EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760EFF is #89F100. Grayscale: #474747. Windows color (decimal): -9040129 or 16715382. OLE color: 16715382.

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

Color convert

RGB 118 14 255 -
CMYK 0.54 0.95 0 0
HSL 265.89º 1% 0.53% -
HSV(B) 265.89º 0.95% 1% -
XYZ 25.68 11.39 95.45 -
YUV 72.57 230.96 160.4 -
System Red Green Blue C M Y K H S L
Decimal 118 14 255 0.54 0.95 0 0 265.89 1 0.53
Hex 76 E FF 36 5F 0 0 10A 64 35
Octal 166 16 377 66 137 0 0 412 144 65
Binary 1110110 1110 11111111 110110 1011111 0 0 100001010 1100100 110101

Color Harmonies of #760EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EFF

Black with #760EFF

Text Example


Text Example

White with #760EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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