#740697

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

Shades of Dark Magenta #740697

Tints of Dark Magenta #740697

Color information

#740697 (or 0x740697) is unknown color: approx Dark Magenta. HEX triplet: 74, 06 and 97. RGB value is (116,6,151). Sum of RGB (Red+Green+Blue) = 116+6+151=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #740697 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740697 is #8BF968. Grayscale: #363636. Windows color (decimal): -9173353 or 9897588. OLE color: 9897588.

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

Color convert

RGB1166151-
CMYK0.230.9600.41
HSL285.52º92.36%30.78%-
HSV(B)285.52º96.03%59.22%-
XYZ12.856.0829.77-
YUV55.42181.94171.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 6 (2.73% from 255) = 2.20%
BLUE value IS 151 (59.38% from 255) = 55.31%
R=42.49%
G=2.20%
B=55.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11661510.230.9600.41285.5292.3630.78
Hex74697176002911e5c1f
Octal16462272714005143613437
Binary1110100110100101111011111000000101001100011110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740697; }

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

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

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

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

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

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

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

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