#7D139B

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

Shades of Dark Magenta #7D139B

Tints of Dark Magenta #7D139B

Color information

#7D139B (or 0x7D139B) is unknown color: approx Dark Magenta. HEX triplet: 7D, 13 and 9B. RGB value is (125,19,155). Sum of RGB (Red+Green+Blue) = 125+19+155=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D139B is #82EC64. Grayscale: #414141. Windows color (decimal): -8580197 or 10163069. OLE color: 10163069.

HSL color Cylindrical-coordinate representation of color #7D139B: hue angle of 286.76º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D139B is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12519155-
CMYK0.190.8800.39
HSL286.76º78.16%34.12%-
HSV(B)286.76º87.74%60.78%-
XYZ14.617.1931.63-
YUV66.2178.12169.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.81%
GREEN value IS 19 (7.81% from 255) = 6.35%
BLUE value IS 155 (60.94% from 255) = 51.84%
R=41.81%
G=6.35%
B=51.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125191550.190.8800.39286.7678.1634.12
Hex7D139B135802711f4e22
Octal175232332313004743711642
Binary1111101100111001101110011101100001001111000111111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D139B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,19,155); }

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

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

 a { background-color: rgb(125,19,155); }

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

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

 span { border-color: rgb(125,19,155); }

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