Html Css Color HEX #760CEF Electric Indigo

📋 copy color: '#760CEF'

red 118 ◦ green 12 ◦ blue 239

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

Shades of Electric Indigo #760CEF

Tints of Electric Indigo #760CEF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.25%

 BLUE value IS 239 (93.75% from 255) = 64.77%

R = 31.98%
G = 3.25%
B = 64.77%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#760CEF (or 0x760CEF) is known color: Electric Indigo. HEX triplet: 76, 0C and EF. RGB value is (118,12,239). Sum of RGB (Red+Green+Blue) = 118+12+239=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #760CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760CEF is #89F310. Grayscale: #444444. Windows color (decimal): -9040657 or 15666294. OLE color: 15666294.

HSL color Cylindrical-coordinate representation of color #760CEF: hue angle of 268.02º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760CEF is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 12 239 -
CMYK 0.51 0.95 0 0.06
HSL 268.02º 0.9% 0.49% -
HSV(B) 268.02º 0.95% 0.94% -
XYZ 23.18 10.35 82.44 -
YUV 69.57 223.62 162.54 -
System Red Green Blue C M Y K H S L
Decimal 118 12 239 0.51 0.95 0 0.06 268.02 0.9 0.49
Hex 76 C EF 33 5F 0 6 10C 5A 31
Octal 166 14 357 63 137 0 6 414 132 61
Binary 1110110 1100 11101111 110011 1011111 0 110 100001100 1011010 110001

Color Harmonies of #760CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CEF

Black with #760CEF

Text Example


Text Example

White with #760CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,12,239); }

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

background-color css

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

 a { background-color: rgb(118,12,239); }

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

border-color css

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

 span { border-color: rgb(118,12,239); }

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