#77059E

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

Shades of Dark Magenta #77059E

Tints of Dark Magenta #77059E

Color information

#77059E (or 0x77059E) is unknown color: approx Dark Magenta. HEX triplet: 77, 05 and 9E. RGB value is (119,5,158). Sum of RGB (Red+Green+Blue) = 119+5+158=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #77059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77059E is #88FA61. Grayscale: #383838. Windows color (decimal): -8976994 or 10356087. OLE color: 10356087.

HSL color Cylindrical-coordinate representation of color #77059E: hue angle of 284.71º degrees, saturation: 0.94, 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 #77059E is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1195158-
CMYK0.250.9700.38
HSL284.71º93.87%31.96%-
HSV(B)284.71º96.84%61.96%-
XYZ13.836.532.87-
YUV56.53185.27172.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 5 (2.34% from 255) = 1.77%
BLUE value IS 158 (62.11% from 255) = 56.03%
R=42.20%
G=1.77%
B=56.03%

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
Decimal11951580.250.9700.38284.7193.8731.96
Hex7759E196102611d5e20
Octal16752363114104643513640
Binary11101111011001111011001110000101001101000111011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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