#740997

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

Shades of Dark Magenta #740997

Tints of Dark Magenta #740997

Color information

#740997 (or 0x740997) is unknown color: approx Dark Magenta. HEX triplet: 74, 09 and 97. RGB value is (116,9,151). Sum of RGB (Red+Green+Blue) = 116+9+151=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #740997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740997 is #8BF668. Grayscale: #383838. Windows color (decimal): -9172585 or 9898356. OLE color: 9898356.

HSL color Cylindrical-coordinate representation of color #740997: hue angle of 285.21º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740997 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1169151-
CMYK0.230.9400.41
HSL285.21º88.75%31.37%-
HSV(B)285.21º94.04%59.22%-
XYZ12.896.1429.78-
YUV57.18180.95169.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 9 (3.91% from 255) = 3.26%
BLUE value IS 151 (59.38% from 255) = 54.71%
R=42.03%
G=3.26%
B=54.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11691510.230.9400.41285.2188.7531.37
Hex74997175E02911d591f
Octal164112272713605143513137
Binary11101001001100101111011110111100101001100011101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740997; }

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

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

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

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

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

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

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

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