#7D0591

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

Shades of Dark Magenta #7D0591

Tints of Dark Magenta #7D0591

Color information

#7D0591 (or 0x7D0591) is unknown color: approx Dark Magenta. HEX triplet: 7D, 05 and 91. RGB value is (125,5,145). Sum of RGB (Red+Green+Blue) = 125+5+145=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D0591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0591 is #82FA6E. Grayscale: #383838. Windows color (decimal): -8583791 or 9504125. OLE color: 9504125.

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

Color convert

RGB1255145-
CMYK0.140.9700.43
HSL291.43º93.33%29.41%-
HSV(B)291.43º96.55%56.86%-
XYZ13.626.5127.33-
YUV56.84177.76176.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.45%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 145 (57.03% from 255) = 52.73%
R=45.45%
G=1.82%
B=52.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12551450.140.9700.43291.4393.3329.41
Hex7D591E6102B1235d1d
Octal17552211614105344313535
Binary111110110110010001111011000010101011100100011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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