#7D0596

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

Shades of Dark Magenta #7D0596

Tints of Dark Magenta #7D0596

Color information

#7D0596 (or 0x7D0596) is unknown color: approx Dark Magenta. HEX triplet: 7D, 05 and 96. RGB value is (125,5,150). Sum of RGB (Red+Green+Blue) = 125+5+150=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #7D0596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0596 is #82FA69. Grayscale: #383838. Windows color (decimal): -8583786 or 9831805. OLE color: 9831805.

HSL color Cylindrical-coordinate representation of color #7D0596: hue angle of 289.66º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D0596 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1255150-
CMYK0.170.9700.41
HSL289.66º93.55%30.39%-
HSV(B)289.66º96.67%58.82%-
XYZ14.026.6729.4-
YUV57.41180.26176.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.64%
GREEN value IS 5 (2.34% from 255) = 1.79%
BLUE value IS 150 (58.98% from 255) = 53.57%
R=44.64%
G=1.79%
B=53.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12551500.170.9700.41289.6693.5530.39
Hex7D59611610291225e1e
Octal17552262114105144213636
Binary1111101101100101101000111000010101001100100010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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