#740199

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

Shades of Dark Magenta #740199

Tints of Dark Magenta #740199

Color information

#740199 (or 0x740199) is unknown color: approx Dark Magenta. HEX triplet: 74, 01 and 99. RGB value is (116,1,153). Sum of RGB (Red+Green+Blue) = 116+1+153=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #740199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740199 is #8BFE66. Grayscale: #343434. Windows color (decimal): -9174631 or 10027380. OLE color: 10027380.

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

Color convert

RGB1161153-
CMYK0.240.9900.4
HSL285.39º98.7%30.2%-
HSV(B)285.39º99.35%60%-
XYZ12.966.0330.62-
YUV52.71184.6173.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=42.96%
G=0.37%
B=56.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11611530.240.9900.4285.3998.730.2
Hex74199186302811d631e
Octal16412313014305043514336
Binary11101001100110011100011000110101000100011101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740199; }

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

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

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

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

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

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

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

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