#78079E

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

Shades of Dark Magenta #78079E

Tints of Dark Magenta #78079E

Color information

#78079E (or 0x78079E) is unknown color: approx Dark Magenta. HEX triplet: 78, 07 and 9E. RGB value is (120,7,158). Sum of RGB (Red+Green+Blue) = 120+7+158=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #78079E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78079E is #87F861. Grayscale: #393939. Windows color (decimal): -8910946 or 10356600. OLE color: 10356600.

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

Color convert

RGB1207158-
CMYK0.240.9600.38
HSL284.9º91.52%32.35%-
HSV(B)284.9º95.57%61.96%-
XYZ13.996.6132.89-
YUV58184.44172.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 7 (3.12% from 255) = 2.46%
BLUE value IS 158 (62.11% from 255) = 55.44%
R=42.11%
G=2.46%
B=55.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12071580.240.9600.38284.991.5232.35
Hex7879E186002611d5c20
Octal17072363014004643513440
Binary11110001111001111011000110000001001101000111011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78079E; }

 p { color: rgb(120,7,158); }

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

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

 a { background-color: rgb(120,7,158); }

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

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

 span { border-color: rgb(120,7,158); }

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