Html Css Color HEX #770DED Electric Indigo

📋 copy color: '#770DED'

red 119 ◦ green 13 ◦ blue 237

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

Shades of Electric Indigo #770DED

Tints of Electric Indigo #770DED

RGB

 RED value IS 119 (46.88% from 255) = 32.25%

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

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

R = 32.25%
G = 3.52%
B = 64.23%

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

#770DED (or 0x770DED) is known color: Electric Indigo. HEX triplet: 77, 0D and ED. RGB value is (119,13,237). Sum of RGB (Red+Green+Blue) = 119+13+237=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #770DED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770DED is #88F212. Grayscale: #454545. Windows color (decimal): -8974867 or 15535479. OLE color: 15535479.

HSL color Cylindrical-coordinate representation of color #770DED: hue angle of 268.39º 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 #770DED is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 13 237 -
CMYK 0.50 0.95 0 0.07
HSL 268.39º 0.9% 0.49% -
HSV(B) 268.39º 0.95% 0.93% -
XYZ 23.04 10.32 80.9 -
YUV 70.23 222.12 162.79 -
System Red Green Blue C M Y K H S L
Decimal 119 13 237 0.50 0.95 0 0.07 268.39 0.9 0.49
Hex 77 D ED 32 5F 0 7 10C 5A 31
Octal 167 15 355 62 137 0 7 414 132 61
Binary 1110111 1101 11101101 110010 1011111 0 111 100001100 1011010 110001

Color Harmonies of #770DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770DED

Black with #770DED

Text Example


Text Example

White with #770DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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