#77019C

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

Shades of Dark Magenta #77019C

Tints of Dark Magenta #77019C

Color information

#77019C (or 0x77019C) is unknown color: approx Dark Magenta. HEX triplet: 77, 01 and 9C. RGB value is (119,1,156). Sum of RGB (Red+Green+Blue) = 119+1+156=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #77019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77019C is #88FE63. Grayscale: #353535. Windows color (decimal): -8978020 or 10223991. OLE color: 10223991.

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

Color convert

RGB1191156-
CMYK0.240.9900.39
HSL285.68º98.73%30.78%-
HSV(B)285.68º99.36%61.18%-
XYZ13.626.3431.96-
YUV53.95185.59174.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 156 (61.33% from 255) = 56.52%
R=43.12%
G=0.36%
B=56.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11911560.240.9900.39285.6898.7330.78
Hex7719C186302711e631f
Octal16712343014304743614337
Binary11101111100111001100011000110100111100011110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77019C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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