#77119D

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

Shades of Dark Magenta #77119D

Tints of Dark Magenta #77119D

Color information

#77119D (or 0x77119D) is unknown color: approx Dark Magenta. HEX triplet: 77, 11 and 9D. RGB value is (119,17,157). Sum of RGB (Red+Green+Blue) = 119+17+157=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #77119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77119D is #88EE62. Grayscale: #3F3F3F. Windows color (decimal): -8973923 or 10293623. OLE color: 10293623.

HSL color Cylindrical-coordinate representation of color #77119D: hue angle of 283.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77119D is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11917157-
CMYK0.240.8900.38
HSL283.71º80.46%34.12%-
HSV(B)283.71º89.17%61.57%-
XYZ13.896.7632.47-
YUV63.46180.79167.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.61%
GREEN value IS 17 (7.03% from 255) = 5.80%
BLUE value IS 157 (61.72% from 255) = 53.58%
R=40.61%
G=5.80%
B=53.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119171570.240.8900.38283.7180.4634.12
Hex77119D185902611c5022
Octal167212353013104643412042
Binary1110111100011001110111000101100101001101000111001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77119D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77119D; }

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

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

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

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

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

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

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

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