#7804AC

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

Shades of Dark Magenta #7804AC

Tints of Dark Magenta #7804AC

Color information

#7804AC (or 0x7804AC) is unknown color: approx Dark Magenta. HEX triplet: 78, 04 and AC. RGB value is (120,4,172). Sum of RGB (Red+Green+Blue) = 120+4+172=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #7804AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7804AC is #87FB53. Grayscale: #393939. Windows color (decimal): -8911700 or 11273336. OLE color: 11273336.

HSL color Cylindrical-coordinate representation of color #7804AC: hue angle of 281.43º 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 #7804AC is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1204172-
CMYK0.300.9800.33
HSL281.43º95.45%34.51%-
HSV(B)281.43º97.67%67.45%-
XYZ15.247.0639.59-
YUV57.84192.43172.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 4 (1.95% from 255) = 1.35%
BLUE value IS 172 (67.58% from 255) = 58.11%
R=40.54%
G=1.35%
B=58.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12041720.300.9800.33281.4395.4534.51
Hex784AC1E620211195f23
Octal17042543614204143113743
Binary11110001001010110011110110001001000011000110011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7804AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7804AC; }

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

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

<style>
 a { background-color: #7804AC; }

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

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

<style>
 span { border-color: #7804AC; }

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

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