#7D0791

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

Shades of Dark Magenta #7D0791

Tints of Dark Magenta #7D0791

Color information

#7D0791 (or 0x7D0791) is unknown color: approx Dark Magenta. HEX triplet: 7D, 07 and 91. RGB value is (125,7,145). Sum of RGB (Red+Green+Blue) = 125+7+145=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 7 (3.12% from 255 or 2.53% 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 #7D0791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0791 is #82F86E. Grayscale: #393939. Windows color (decimal): -8583279 or 9504637. OLE color: 9504637.

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

Color convert

RGB1257145-
CMYK0.140.9500.43
HSL291.3º90.79%29.8%-
HSV(B)291.3º95.17%56.86%-
XYZ13.646.5627.33-
YUV58.01177.09175.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.13%
GREEN value IS 7 (3.12% from 255) = 2.53%
BLUE value IS 145 (57.03% from 255) = 52.35%
R=45.13%
G=2.53%
B=52.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12571450.140.9500.43291.390.7929.8
Hex7D791E5F02B1235b1e
Octal17572211613705344313336
Binary111110111110010001111010111110101011100100011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,7,145); }

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

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

 a { background-color: rgb(125,7,145); }

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

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

 span { border-color: rgb(125,7,145); }

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