#770596

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

Shades of Dark Magenta #770596

Tints of Dark Magenta #770596

Color information

#770596 (or 0x770596) is unknown color: approx Dark Magenta. HEX triplet: 77, 05 and 96. RGB value is (119,5,150). Sum of RGB (Red+Green+Blue) = 119+5+150=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #770596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770596 is #88FA69. Grayscale: #373737. Windows color (decimal): -8977002 or 9831799. OLE color: 9831799.

HSL color Cylindrical-coordinate representation of color #770596: hue angle of 287.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770596 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1195150-
CMYK0.210.9700.41
HSL287.17º93.55%30.39%-
HSV(B)287.17º96.67%58.82%-
XYZ13.176.2329.36-
YUV55.62181.27173.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 150 (58.98% from 255) = 54.74%
R=43.43%
G=1.82%
B=54.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11951500.210.9700.41287.1793.5530.39
Hex77596156102911f5e1e
Octal16752262514105143713636
Binary1110111101100101101010111000010101001100011111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770596; }

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

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

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

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

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

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

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

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