#7D04AC

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

Shades of Dark Magenta #7D04AC

Tints of Dark Magenta #7D04AC

Color information

#7D04AC (or 0x7D04AC) is unknown color: approx Dark Magenta. HEX triplet: 7D, 04 and AC. RGB value is (125,4,172). Sum of RGB (Red+Green+Blue) = 125+4+172=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D04AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D04AC is #82FB53. Grayscale: #3A3A3A. Windows color (decimal): -8584020 or 11273341. OLE color: 11273341.

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

Color convert

RGB1254172-
CMYK0.270.9800.33
HSL283.21º95.45%34.51%-
HSV(B)283.21º97.67%67.45%-
XYZ15.957.4339.62-
YUV59.33191.59174.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.53%
GREEN value IS 4 (1.95% from 255) = 1.33%
BLUE value IS 172 (67.58% from 255) = 57.14%
R=41.53%
G=1.33%
B=57.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12541720.270.9800.33283.2195.4534.51
Hex7D4AC1B6202111b5f23
Octal17542543314204143313743
Binary11111011001010110011011110001001000011000110111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D04AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D04AC; }

 p { color: rgb(125,4,172); }

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

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

 a { background-color: rgb(125,4,172); }

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

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

 span { border-color: rgb(125,4,172); }

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