#771197

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

Shades of Dark Magenta #771197

Tints of Dark Magenta #771197

Color information

#771197 (or 0x771197) is unknown color: approx Dark Magenta. HEX triplet: 77, 11 and 97. RGB value is (119,17,151). Sum of RGB (Red+Green+Blue) = 119+17+151=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #771197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771197 is #88EE68. Grayscale: #3E3E3E. Windows color (decimal): -8973929 or 9900407. OLE color: 9900407.

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

Color convert

RGB11917151-
CMYK0.210.8900.41
HSL285.67º79.76%32.94%-
HSV(B)285.67º88.74%59.22%-
XYZ13.396.5629.84-
YUV62.77177.79168.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 17 (7.03% from 255) = 5.92%
BLUE value IS 151 (59.38% from 255) = 52.61%
R=41.46%
G=5.92%
B=52.61%

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
Decimal119171510.210.8900.41285.6779.7632.94
Hex771197155902911e5021
Octal167212272513105143612041
Binary1110111100011001011110101101100101010011000111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771197; }

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

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

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

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

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

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

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

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