#740A9C

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

Shades of Dark Magenta #740A9C

Tints of Dark Magenta #740A9C

Color information

#740A9C (or 0x740A9C) is unknown color: approx Dark Magenta. HEX triplet: 74, 0A and 9C. RGB value is (116,10,156). Sum of RGB (Red+Green+Blue) = 116+10+156=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #740A9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740A9C is #8BF563. Grayscale: #393939. Windows color (decimal): -9172324 or 10226292. OLE color: 10226292.

HSL color Cylindrical-coordinate representation of color #740A9C: hue angle of 283.56º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740A9C is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11610156-
CMYK0.260.9400.39
HSL283.56º87.95%32.55%-
HSV(B)283.56º93.59%61.18%-
XYZ13.316.3331.97-
YUV58.34183.12169.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 10 (4.30% from 255) = 3.55%
BLUE value IS 156 (61.33% from 255) = 55.32%
R=41.13%
G=3.55%
B=55.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116101560.260.9400.39283.5687.9532.55
Hex74A9C1A5E02711c5821
Octal164122343213604743413041
Binary111010010101001110011010101111001001111000111001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740A9C; }

 p { color: rgb(116,10,156); }

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

<style>
 a { background-color: #740A9C; }

 a { background-color: rgb(116,10,156); }

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

<style>
 span { border-color: #740A9C; }

 span { border-color: rgb(116,10,156); }

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