Html Css Color HEX #760DED Electric Indigo

📋 copy color: '#760DED'

red 118 ◦ green 13 ◦ blue 237

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

Shades of Electric Indigo #760DED

Tints of Electric Indigo #760DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.4%

R = 32.07%
G = 3.53%
B = 64.4%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#760DED (or 0x760DED) is known color: Electric Indigo. HEX triplet: 76, 0D and ED. RGB value is (118,13,237). Sum of RGB (Red+Green+Blue) = 118+13+237=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #760DED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760DED is #89F212. Grayscale: #454545. Windows color (decimal): -9040403 or 15535478. OLE color: 15535478.

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

Color convert

RGB 118 13 237 -
CMYK 0.50 0.95 0 0.07
HSL 268.13º 0.9% 0.49% -
HSV(B) 268.13º 0.95% 0.93% -
XYZ 22.9 10.25 80.89 -
YUV 69.93 222.29 162.29 -
System Red Green Blue C M Y K H S L
Decimal 118 13 237 0.50 0.95 0 0.07 268.13 0.9 0.49
Hex 76 D ED 32 5F 0 7 10C 5A 31
Octal 166 15 355 62 137 0 7 414 132 61
Binary 1110110 1101 11101101 110010 1011111 0 111 100001100 1011010 110001

Color Harmonies of #760DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DED

Black with #760DED

Text Example


Text Example

White with #760DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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