#74089D

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

Shades of Dark Magenta #74089D

Tints of Dark Magenta #74089D

Color information

#74089D (or 0x74089D) is unknown color: approx Dark Magenta. HEX triplet: 74, 08 and 9D. RGB value is (116,8,157). Sum of RGB (Red+Green+Blue) = 116+8+157=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #74089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74089D is #8BF762. Grayscale: #383838. Windows color (decimal): -9172835 or 10291316. OLE color: 10291316.

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

Color convert

RGB1168157-
CMYK0.260.9500.38
HSL283.49º90.3%32.35%-
HSV(B)283.49º94.9%61.57%-
XYZ13.386.3232.41-
YUV57.28184.28169.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 8 (3.52% from 255) = 2.85%
BLUE value IS 157 (61.72% from 255) = 55.87%
R=41.28%
G=2.85%
B=55.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11681570.260.9500.38283.4990.332.35
Hex7489D1A5F02611b5a20
Octal164102353213704643313240
Binary111010010001001110111010101111101001101000110111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74089D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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