#74089E

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

Shades of Dark Magenta #74089E

Tints of Dark Magenta #74089E

Color information

#74089E (or 0x74089E) is unknown color: approx Dark Magenta. HEX triplet: 74, 08 and 9E. RGB value is (116,8,158). Sum of RGB (Red+Green+Blue) = 116+8+158=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #74089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74089E is #8BF761. Grayscale: #383838. Windows color (decimal): -9172834 or 10356852. OLE color: 10356852.

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

Color convert

RGB1168158-
CMYK0.270.9500.38
HSL283.2º90.36%32.55%-
HSV(B)283.2º94.94%61.96%-
XYZ13.466.3632.86-
YUV57.39184.78169.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 8 (3.52% from 255) = 2.84%
BLUE value IS 158 (62.11% from 255) = 56.03%
R=41.13%
G=2.84%
B=56.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11681580.270.9500.38283.290.3632.55
Hex7489E1B5F02611b5a21
Octal164102363313704643313241
Binary111010010001001111011011101111101001101000110111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74089E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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