#770496

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

Shades of Dark Magenta #770496

Tints of Dark Magenta #770496

Color information

#770496 (or 0x770496) is unknown color: approx Dark Magenta. HEX triplet: 77, 04 and 96. RGB value is (119,4,150). Sum of RGB (Red+Green+Blue) = 119+4+150=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #770496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770496 is #88FB69. Grayscale: #363636. Windows color (decimal): -8977258 or 9831543. OLE color: 9831543.

HSL color Cylindrical-coordinate representation of color #770496: hue angle of 287.26º degrees, saturation: 0.95, 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 #770496 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1194150-
CMYK0.210.9700.41
HSL287.26º94.81%30.2%-
HSV(B)287.26º97.33%58.82%-
XYZ13.166.2129.36-
YUV55.03181.6173.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 4 (1.95% from 255) = 1.47%
BLUE value IS 150 (58.98% from 255) = 54.95%
R=43.59%
G=1.47%
B=54.95%

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
Decimal11941500.210.9700.41287.2694.8130.2
Hex77496156102911f5f1e
Octal16742262514105143713736
Binary1110111100100101101010111000010101001100011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770496; }

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

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

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

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

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

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

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

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