#7A1091

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

Shades of Dark Magenta #7A1091

Tints of Dark Magenta #7A1091

Color information

#7A1091 (or 0x7A1091) is unknown color: approx Dark Magenta. HEX triplet: 7A, 10 and 91. RGB value is (122,16,145). Sum of RGB (Red+Green+Blue) = 122+16+145=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A1091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1091 is #85EF6E. Grayscale: #3D3D3D. Windows color (decimal): -8777583 or 9506938. OLE color: 9506938.

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

Color convert

RGB12216145-
CMYK0.160.8900.43
HSL289.3º80.12%31.57%-
HSV(B)289.3º88.97%56.86%-
XYZ13.326.5527.35-
YUV62.4174.62170.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.11%
GREEN value IS 16 (6.64% from 255) = 5.65%
BLUE value IS 145 (57.03% from 255) = 51.24%
R=43.11%
G=5.65%
B=51.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122161450.160.8900.43289.380.1231.57
Hex7A1091105902B1215020
Octal172202212013105344112040
Binary1111010100001001000110000101100101010111001000011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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