#7004AA

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

Shades of Dark Magenta #7004AA

Tints of Dark Magenta #7004AA

Color information

#7004AA (or 0x7004AA) is unknown color: approx Dark Magenta. HEX triplet: 70, 04 and AA. RGB value is (112,4,170). Sum of RGB (Red+Green+Blue) = 112+4+170=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 4 (1.95% from 255 or 1.40% 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 #7004AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7004AA is #8FFB55. Grayscale: #363636. Windows color (decimal): -9435990 or 11142256. OLE color: 11142256.

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

Color convert

RGB1124170-
CMYK0.340.9800.33
HSL279.04º95.4%34.12%-
HSV(B)279.04º97.65%66.67%-
XYZ13.986.4338.54-
YUV55.22192.78168.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 170 (66.80% from 255) = 59.44%
R=39.16%
G=1.40%
B=59.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11241700.340.9800.33279.0495.434.12
Hex704AA22620211175f22
Octal16042524214204142713742
Binary111000010010101010100010110001001000011000101111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7004AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,4,170); }

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

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

 a { background-color: rgb(112,4,170); }

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

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

 span { border-color: rgb(112,4,170); }

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