#7A0691

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

Shades of Dark Magenta #7A0691

Tints of Dark Magenta #7A0691

Color information

#7A0691 (or 0x7A0691) is unknown color: approx Dark Magenta. HEX triplet: 7A, 06 and 91. RGB value is (122,6,145). Sum of RGB (Red+Green+Blue) = 122+6+145=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A0691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0691 is #85F96E. Grayscale: #383838. Windows color (decimal): -8780143 or 9504378. OLE color: 9504378.

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

Color convert

RGB1226145-
CMYK0.160.9600.43
HSL290.07º92.05%29.61%-
HSV(B)290.07º95.86%56.86%-
XYZ13.26.3127.31-
YUV56.53177.93174.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.69%
GREEN value IS 6 (2.73% from 255) = 2.20%
BLUE value IS 145 (57.03% from 255) = 53.11%
R=44.69%
G=2.20%
B=53.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12261450.160.9600.43290.0792.0529.61
Hex7A691106002B1225c1e
Octal17262212014005344213436
Binary1111010110100100011000011000000101011100100010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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