#7A0A91

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

Shades of Dark Magenta #7A0A91

Tints of Dark Magenta #7A0A91

Color information

#7A0A91 (or 0x7A0A91) is unknown color: approx Dark Magenta. HEX triplet: 7A, 0A and 91. RGB value is (122,10,145). Sum of RGB (Red+Green+Blue) = 122+10+145=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A0A91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0A91 is #85F56E. Grayscale: #3A3A3A. Windows color (decimal): -8779119 or 9505402. OLE color: 9505402.

HSL color Cylindrical-coordinate representation of color #7A0A91: hue angle of 289.78º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0A91 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12210145-
CMYK0.160.9300.43
HSL289.78º87.1%30.39%-
HSV(B)289.78º93.1%56.86%-
XYZ13.256.427.33-
YUV58.88176.61173.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.04%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 145 (57.03% from 255) = 52.35%
R=44.04%
G=3.61%
B=52.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122101450.160.9300.43289.7887.130.39
Hex7AA91105D02B122571e
Octal172122212013505344212736
Binary11110101010100100011000010111010101011100100010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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