#781496

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

Shades of Dark Magenta #781496

Tints of Dark Magenta #781496

Color information

#781496 (or 0x781496) is unknown color: approx Dark Magenta. HEX triplet: 78, 14 and 96. RGB value is (120,20,150). Sum of RGB (Red+Green+Blue) = 120+20+150=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #781496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781496 is #87EB69. Grayscale: #404040. Windows color (decimal): -8907626 or 9835640. OLE color: 9835640.

HSL color Cylindrical-coordinate representation of color #781496: hue angle of 286.15º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781496 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12020150-
CMYK0.200.8700.41
HSL286.15º76.47%33.33%-
HSV(B)286.15º86.67%58.82%-
XYZ13.56.729.43-
YUV64.72176.13167.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.38%
GREEN value IS 20 (8.20% from 255) = 6.90%
BLUE value IS 150 (58.98% from 255) = 51.72%
R=41.38%
G=6.90%
B=51.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120201500.200.8700.41286.1576.4733.33
Hex781496145702911e4c21
Octal170242262412705143611441
Binary1111000101001001011010100101011101010011000111101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781496; }

 p { color: rgb(120,20,150); }

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

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

 a { background-color: rgb(120,20,150); }

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

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

 span { border-color: rgb(120,20,150); }

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