#7D058E

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

Shades of Dark Magenta #7D058E

Tints of Dark Magenta #7D058E

Color information

#7D058E (or 0x7D058E) is unknown color: approx Dark Magenta. HEX triplet: 7D, 05 and 8E. RGB value is (125,5,142). Sum of RGB (Red+Green+Blue) = 125+5+142=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D058E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D058E is #82FA71. Grayscale: #383838. Windows color (decimal): -8583794 or 9307517. OLE color: 9307517.

HSL color Cylindrical-coordinate representation of color #7D058E: hue angle of 292.55º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D058E is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1255142-
CMYK0.120.9600.44
HSL292.55º93.2%28.82%-
HSV(B)292.55º96.48%55.69%-
XYZ13.396.4226.12-
YUV56.5176.26176.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.96%
GREEN value IS 5 (2.34% from 255) = 1.84%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=45.96%
G=1.84%
B=52.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12551420.120.9600.44292.5593.228.82
Hex7D58EC6002C1255d1d
Octal17552161414005444513535
Binary111110110110001110110011000000101100100100101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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