#78019C

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

Shades of Dark Magenta #78019C

Tints of Dark Magenta #78019C

Color information

#78019C (or 0x78019C) is unknown color: approx Dark Magenta. HEX triplet: 78, 01 and 9C. RGB value is (120,1,156). Sum of RGB (Red+Green+Blue) = 120+1+156=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #78019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78019C is #87FE63. Grayscale: #353535. Windows color (decimal): -8912484 or 10223992. OLE color: 10223992.

HSL color Cylindrical-coordinate representation of color #78019C: hue angle of 286.06º 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 #78019C is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1201156-
CMYK0.230.9900.39
HSL286.06º98.73%30.78%-
HSV(B)286.06º99.36%61.18%-
XYZ13.766.4231.97-
YUV54.25185.42174.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 156 (61.33% from 255) = 56.32%
R=43.32%
G=0.36%
B=56.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12011560.230.9900.39286.0698.7330.78
Hex7819C176302711e631f
Octal17012342714304743614337
Binary11110001100111001011111000110100111100011110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78019C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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