#74079D

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

Shades of Dark Magenta #74079D

Tints of Dark Magenta #74079D

Color information

#74079D (or 0x74079D) is unknown color: approx Dark Magenta. HEX triplet: 74, 07 and 9D. RGB value is (116,7,157). Sum of RGB (Red+Green+Blue) = 116+7+157=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #74079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74079D is #8BF862. Grayscale: #383838. Windows color (decimal): -9173091 or 10291060. OLE color: 10291060.

HSL color Cylindrical-coordinate representation of color #74079D: hue angle of 283.6º degrees, saturation: 0.91, 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 #74079D is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1167157-
CMYK0.260.9600.38
HSL283.6º91.46%32.16%-
HSV(B)283.6º95.54%61.57%-
XYZ13.366.332.41-
YUV56.69184.61170.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 7 (3.12% from 255) = 2.5%
BLUE value IS 157 (61.72% from 255) = 56.07%
R=41.43%
G=2.5%
B=56.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11671570.260.9600.38283.691.4632.16
Hex7479D1A6002611c5b20
Octal16472353214004643413340
Binary11101001111001110111010110000001001101000111001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74079D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,7,157); }

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

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

 a { background-color: rgb(116,7,157); }

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

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

 span { border-color: rgb(116,7,157); }

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