Html Css Color HEX #77119E Dark Magenta

📋 copy color: '#77119E'

red 119 ◦ green 17 ◦ blue 158

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

Shades of Dark Magenta #77119E

Tints of Dark Magenta #77119E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.78%

 BLUE value IS 158 (62.11% from 255) = 53.74%

R = 40.48%
G = 5.78%
B = 53.74%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77119E (or 0x77119E) is known color: Dark Magenta. HEX triplet: 77, 11 and 9E. RGB value is (119,17,158). Sum of RGB (Red+Green+Blue) = 119+17+158=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #77119E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77119E is #88EE61. Grayscale: #3F3F3F. Windows color (decimal): -8973922 or 10359159. OLE color: 10359159.

HSL color Cylindrical-coordinate representation of color #77119E: hue angle of 283.4º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77119E is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 17 158 -
CMYK 0.25 0.89 0 0.38
HSL 283.4º 0.81% 0.34% -
HSV(B) 283.4º 0.89% 0.62% -
XYZ 13.98 6.79 32.92 -
YUV 63.57 181.29 167.54 -
System Red Green Blue C M Y K H S L
Decimal 119 17 158 0.25 0.89 0 0.38 283.4 0.81 0.34
Hex 77 11 9E 19 59 0 26 11B 51 22
Octal 167 21 236 31 131 0 46 433 121 42
Binary 1110111 10001 10011110 11001 1011001 0 100110 100011011 1010001 100010

Color Harmonies of #77119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77119E

Black with #77119E

Text Example


Text Example

White with #77119E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77119E; }

 p { color: rgb(119,17,158); }

 H1.HeaderClassName
 {
   color: #77119E;
 }
 .AnyTagClassName
 {
   color: #77119E;
 }
</style>

background-color css

<style>
 a { background-color: #77119E; }

 a { background-color: rgb(119,17,158); }

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

border-color css

<style>
 span { border-color: #77119E; }

 span { border-color: rgb(119,17,158); }

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