#740EA5

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

Shades of Dark Magenta #740EA5

Tints of Dark Magenta #740EA5

Color information

#740EA5 (or 0x740EA5) is unknown color: approx Dark Magenta. HEX triplet: 74, 0E and A5. RGB value is (116,14,165). Sum of RGB (Red+Green+Blue) = 116+14+165=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 165 (64.84% from 255 or 55.93% from 295); Max value from RGB is 165 - color contains mainly: blue. Hex color #740EA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740EA5 is #8BF15A. Grayscale: #3D3D3D. Windows color (decimal): -9171291 or 10817140. OLE color: 10817140.

HSL color Cylindrical-coordinate representation of color #740EA5: hue angle of 280.53º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740EA5 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11614165-
CMYK0.300.9200.35
HSL280.53º84.36%35.1%-
HSV(B)280.53º91.52%64.71%-
XYZ14.156.7436.15-
YUV61.71186.29166.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 14 (5.86% from 255) = 4.75%
BLUE value IS 165 (64.84% from 255) = 55.93%
R=39.32%
G=4.75%
B=55.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116141650.300.9200.35280.5384.3635.1
Hex74EA51E5C0231195423
Octal164162453613404343112443
Binary111010011101010010111110101110001000111000110011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740EA5; }

 p { color: rgb(116,14,165); }

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

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

 a { background-color: rgb(116,14,165); }

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

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

 span { border-color: rgb(116,14,165); }

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