#740999

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

Shades of Dark Magenta #740999

Tints of Dark Magenta #740999

Color information

#740999 (or 0x740999) is unknown color: approx Dark Magenta. HEX triplet: 74, 09 and 99. RGB value is (116,9,153). Sum of RGB (Red+Green+Blue) = 116+9+153=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #740999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740999 is #8BF666. Grayscale: #383838. Windows color (decimal): -9172583 or 10029428. OLE color: 10029428.

HSL color Cylindrical-coordinate representation of color #740999: hue angle of 284.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740999 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1169153-
CMYK0.240.9400.4
HSL284.58º88.89%31.76%-
HSV(B)284.58º94.12%60%-
XYZ13.056.2130.65-
YUV57.41181.95169.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 9 (3.91% from 255) = 3.24%
BLUE value IS 153 (60.16% from 255) = 55.04%
R=41.73%
G=3.24%
B=55.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11691530.240.9400.4284.5888.8931.76
Hex74999185E02811d5920
Octal164112313013605043513140
Binary111010010011001100111000101111001010001000111011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740999; }

 p { color: rgb(116,9,153); }

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

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

 a { background-color: rgb(116,9,153); }

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

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

 span { border-color: rgb(116,9,153); }

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