#77009C

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

Shades of Dark Magenta #77009C

Tints of Dark Magenta #77009C

Color information

#77009C (or 0x77009C) is unknown color: approx Dark Magenta. HEX triplet: 77, 00 and 9C. RGB value is (119,0,156). Sum of RGB (Red+Green+Blue) = 119+0+156=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #77009C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77009C is #88FF63. Grayscale: #343434. Windows color (decimal): -8978276 or 10223735. OLE color: 10223735.

HSL color Cylindrical-coordinate representation of color #77009C: hue angle of 285.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77009C is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1190156-
CMYK0.24100.39
HSL285.77º100%30.59%-
HSV(B)285.77º100%61.18%-
XYZ13.616.3231.96-
YUV53.36185.92174.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 56.73%
R=43.27%
G=0%
B=56.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11901560.24100.39285.7710030.59
Hex7709C186402711e641f
Octal16702343014404743614437
Binary11101110100111001100011001000100111100011110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77009C; }

 p { color: rgb(119,0,156); }

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

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

 a { background-color: rgb(119,0,156); }

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

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

 span { border-color: rgb(119,0,156); }

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