#7A0A9D

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

Shades of Dark Magenta #7A0A9D

Tints of Dark Magenta #7A0A9D

Color information

#7A0A9D (or 0x7A0A9D) is unknown color: approx Dark Magenta. HEX triplet: 7A, 0A and 9D. RGB value is (122,10,157). Sum of RGB (Red+Green+Blue) = 122+10+157=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A0A9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0A9D is #85F562. Grayscale: #3B3B3B. Windows color (decimal): -8779107 or 10291834. OLE color: 10291834.

HSL color Cylindrical-coordinate representation of color #7A0A9D: hue angle of 285.71º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0A9D is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12210157-
CMYK0.220.9400.38
HSL285.71º88.02%32.75%-
HSV(B)285.71º93.63%61.57%-
XYZ14.226.7932.46-
YUV60.25182.61172.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.21%
GREEN value IS 10 (4.30% from 255) = 3.46%
BLUE value IS 157 (61.72% from 255) = 54.33%
R=42.21%
G=3.46%
B=54.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122101570.220.9400.38285.7188.0232.75
Hex7AA9D165E02611e5821
Octal172122352613604643613041
Binary111101010101001110110110101111001001101000111101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,10,157); }

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

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

 a { background-color: rgb(122,10,157); }

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

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

 span { border-color: rgb(122,10,157); }

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