#77089D

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

Shades of Dark Magenta #77089D

Tints of Dark Magenta #77089D

Color information

#77089D (or 0x77089D) is unknown color: approx Dark Magenta. HEX triplet: 77, 08 and 9D. RGB value is (119,8,157). Sum of RGB (Red+Green+Blue) = 119+8+157=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #77089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77089D is #88F762. Grayscale: #393939. Windows color (decimal): -8976227 or 10291319. OLE color: 10291319.

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

Color convert

RGB1198157-
CMYK0.240.9500.38
HSL284.7º90.3%32.35%-
HSV(B)284.7º94.9%61.57%-
XYZ13.786.5332.43-
YUV58.18183.77171.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 8 (3.52% from 255) = 2.82%
BLUE value IS 157 (61.72% from 255) = 55.28%
R=41.90%
G=2.82%
B=55.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11981570.240.9500.38284.790.332.35
Hex7789D185F02611d5a20
Octal167102353013704643513240
Binary111011110001001110111000101111101001101000111011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77089D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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