#7400AA

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

Shades of Dark Magenta #7400AA

Tints of Dark Magenta #7400AA

Color information

#7400AA (or 0x7400AA) is unknown color: approx Dark Magenta. HEX triplet: 74, 00 and AA. RGB value is (116,0,170). Sum of RGB (Red+Green+Blue) = 116+0+170=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #7400AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7400AA is #8BFF55. Grayscale: #353535. Windows color (decimal): -9174870 or 11141236. OLE color: 11141236.

HSL color Cylindrical-coordinate representation of color #7400AA: hue angle of 280.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400AA is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1160170-
CMYK0.32100.33
HSL280.94º100%33.33%-
HSV(B)280.94º100%66.67%-
XYZ14.466.6238.55-
YUV54.06193.43172.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 59.44%
R=40.56%
G=0%
B=59.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11601700.32100.33280.9410033.33
Hex740AA20640211196421
Octal16402524014404143114441
Binary1110100010101010100000110010001000011000110011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7400AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7400AA; }

 p { color: rgb(116,0,170); }

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

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

 a { background-color: rgb(116,0,170); }

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

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

 span { border-color: rgb(116,0,170); }

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