#77049E

Color #77049E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #77049E

Tints of Dark Magenta #77049E

Color information

#77049E (or 0x77049E) is unknown color: approx Dark Magenta. HEX triplet: 77, 04 and 9E. RGB value is (119,4,158). Sum of RGB (Red+Green+Blue) = 119+4+158=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #77049E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77049E is #88FB61. Grayscale: #373737. Windows color (decimal): -8977250 or 10355831. OLE color: 10355831.

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

Color convert

RGB1194158-
CMYK0.250.9700.38
HSL284.81º95.06%31.76%-
HSV(B)284.81º97.47%61.96%-
XYZ13.826.4832.87-
YUV55.94185.6172.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 4 (1.95% from 255) = 1.42%
BLUE value IS 158 (62.11% from 255) = 56.23%
R=42.35%
G=1.42%
B=56.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11941580.250.9700.38284.8195.0631.76
Hex7749E196102611d5f20
Octal16742363114104643513740
Binary11101111001001111011001110000101001101000111011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77049E;
 }
 .AnyTagClassName
 {
   color: #77049E;
 }
</style>
background-color css

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

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

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

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

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

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