#7D039D

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

Shades of Dark Magenta #7D039D

Tints of Dark Magenta #7D039D

Color information

#7D039D (or 0x7D039D) is unknown color: approx Dark Magenta. HEX triplet: 7D, 03 and 9D. RGB value is (125,3,157). Sum of RGB (Red+Green+Blue) = 125+3+157=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D039D is #82FC62. Grayscale: #383838. Windows color (decimal): -8584291 or 10290045. OLE color: 10290045.

HSL color Cylindrical-coordinate representation of color #7D039D: hue angle of 287.53º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D039D is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1253157-
CMYK0.200.9800.38
HSL287.53º96.25%31.37%-
HSV(B)287.53º98.09%61.57%-
XYZ14.586.8632.45-
YUV57.03184.42176.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.86%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 157 (61.72% from 255) = 55.09%
R=43.86%
G=1.05%
B=55.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12531570.200.9800.38287.5396.2531.37
Hex7D39D1462026120601f
Octal17532352414204644014037
Binary111110111100111011010011000100100110100100000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D039D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,3,157); }

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

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

 a { background-color: rgb(125,3,157); }

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

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

 span { border-color: rgb(125,3,157); }

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