#74109D

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

Shades of Dark Magenta #74109D

Tints of Dark Magenta #74109D

Color information

#74109D (or 0x74109D) is unknown color: approx Dark Magenta. HEX triplet: 74, 10 and 9D. RGB value is (116,16,157). Sum of RGB (Red+Green+Blue) = 116+16+157=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #74109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74109D is #8BEF62. Grayscale: #3D3D3D. Windows color (decimal): -9170787 or 10293364. OLE color: 10293364.

HSL color Cylindrical-coordinate representation of color #74109D: hue angle of 282.55º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74109D is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11616157-
CMYK0.260.9000.38
HSL282.55º81.5%33.92%-
HSV(B)282.55º89.81%61.57%-
XYZ13.476.5232.45-
YUV61.97181.63166.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 16 (6.64% from 255) = 5.54%
BLUE value IS 157 (61.72% from 255) = 54.33%
R=40.14%
G=5.54%
B=54.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116161570.260.9000.38282.5581.533.92
Hex74109D1A5A02611b5222
Octal164202353213204643312242
Binary1110100100001001110111010101101001001101000110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74109D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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