#740899

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

Shades of Dark Magenta #740899

Tints of Dark Magenta #740899

Color information

#740899 (or 0x740899) is unknown color: approx Dark Magenta. HEX triplet: 74, 08 and 99. RGB value is (116,8,153). Sum of RGB (Red+Green+Blue) = 116+8+153=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #740899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740899 is #8BF766. Grayscale: #383838. Windows color (decimal): -9172839 or 10029172. OLE color: 10029172.

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

Color convert

RGB1168153-
CMYK0.240.9500.4
HSL284.69º90.06%31.57%-
HSV(B)284.69º94.77%60%-
XYZ13.046.1930.64-
YUV56.82182.28170.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 8 (3.52% from 255) = 2.89%
BLUE value IS 153 (60.16% from 255) = 55.23%
R=41.88%
G=2.89%
B=55.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11681530.240.9500.4284.6990.0631.57
Hex74899185F02811d5a20
Octal164102313013705043513240
Binary111010010001001100111000101111101010001000111011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740899; }

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

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

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

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

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

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

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

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