#771196

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

Shades of Dark Magenta #771196

Tints of Dark Magenta #771196

Color information

#771196 (or 0x771196) is unknown color: approx Dark Magenta. HEX triplet: 77, 11 and 96. RGB value is (119,17,150). Sum of RGB (Red+Green+Blue) = 119+17+150=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #771196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771196 is #88EE69. Grayscale: #3E3E3E. Windows color (decimal): -8973930 or 9834871. OLE color: 9834871.

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

Color convert

RGB11917150-
CMYK0.210.8900.41
HSL286.02º79.64%32.75%-
HSV(B)286.02º88.67%58.82%-
XYZ13.316.5229.41-
YUV62.66177.29168.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 17 (7.03% from 255) = 5.94%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=41.61%
G=5.94%
B=52.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal119171500.210.8900.41286.0279.6432.75
Hex771196155902911e5021
Octal167212262513105143612041
Binary1110111100011001011010101101100101010011000111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771196; }

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

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

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

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

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

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

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

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