#7C04A0

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

Shades of Dark Magenta #7C04A0

Tints of Dark Magenta #7C04A0

Color information

#7C04A0 (or 0x7C04A0) is unknown color: approx Dark Magenta. HEX triplet: 7C, 04 and A0. RGB value is (124,4,160). Sum of RGB (Red+Green+Blue) = 124+4+160=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #7C04A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C04A0 is #83FB5F. Grayscale: #393939. Windows color (decimal): -8649568 or 10486908. OLE color: 10486908.

HSL color Cylindrical-coordinate representation of color #7C04A0: hue angle of 286.15º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C04A0 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1244160-
CMYK0.220.9800.37
HSL286.15º95.12%32.16%-
HSV(B)286.15º97.5%62.75%-
XYZ14.76.9133.82-
YUV57.66185.76175.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.06%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 160 (62.89% from 255) = 55.56%
R=43.06%
G=1.39%
B=55.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12441600.220.9800.37286.1595.1232.16
Hex7C4A0166202511e5f20
Octal17442402614204543613740
Binary11111001001010000010110110001001001011000111101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C04A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,4,160); }

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

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

 a { background-color: rgb(124,4,160); }

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

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

 span { border-color: rgb(124,4,160); }

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