#771297

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

Shades of Dark Magenta #771297

Tints of Dark Magenta #771297

Color information

#771297 (or 0x771297) is unknown color: approx Dark Magenta. HEX triplet: 77, 12 and 97. RGB value is (119,18,151). Sum of RGB (Red+Green+Blue) = 119+18+151=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #771297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771297 is #88ED68. Grayscale: #3E3E3E. Windows color (decimal): -8973673 or 9900663. OLE color: 9900663.

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

Color convert

RGB11918151-
CMYK0.210.8800.41
HSL285.56º78.7%33.14%-
HSV(B)285.56º88.08%59.22%-
XYZ13.416.5929.84-
YUV63.36177.46167.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 18 (7.42% from 255) = 6.25%
BLUE value IS 151 (59.38% from 255) = 52.43%
R=41.32%
G=6.25%
B=52.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal119181510.210.8800.41285.5678.733.14
Hex771297155802911e4f21
Octal167222272513005143611741
Binary1110111100101001011110101101100001010011000111101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771297; }

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

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

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

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

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

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

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

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