#77079E

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

Shades of Dark Magenta #77079E

Tints of Dark Magenta #77079E

Color information

#77079E (or 0x77079E) is unknown color: approx Dark Magenta. HEX triplet: 77, 07 and 9E. RGB value is (119,7,158). Sum of RGB (Red+Green+Blue) = 119+7+158=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #77079E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77079E is #88F861. Grayscale: #393939. Windows color (decimal): -8976482 or 10356599. OLE color: 10356599.

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

Color convert

RGB1197158-
CMYK0.250.9600.38
HSL284.5º91.52%32.35%-
HSV(B)284.5º95.57%61.96%-
XYZ13.866.5432.88-
YUV57.7184.61171.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 7 (3.12% from 255) = 2.46%
BLUE value IS 158 (62.11% from 255) = 55.63%
R=41.90%
G=2.46%
B=55.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11971580.250.9600.38284.591.5232.35
Hex7779E196002611d5c20
Octal16772363114004643513440
Binary11101111111001111011001110000001001101000111011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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