#7D129E

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

Shades of Dark Magenta #7D129E

Tints of Dark Magenta #7D129E

Color information

#7D129E (or 0x7D129E) is unknown color: approx Dark Magenta. HEX triplet: 7D, 12 and 9E. RGB value is (125,18,158). Sum of RGB (Red+Green+Blue) = 125+18+158=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D129E is #82ED61. Grayscale: #414141. Windows color (decimal): -8580450 or 10359421. OLE color: 10359421.

HSL color Cylindrical-coordinate representation of color #7D129E: hue angle of 285.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D129E is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12518158-
CMYK0.210.8900.38
HSL285.86º79.55%34.51%-
HSV(B)285.86º88.61%61.96%-
XYZ14.857.2632.97-
YUV65.95179.95170.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.53%
GREEN value IS 18 (7.42% from 255) = 5.98%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=41.53%
G=5.98%
B=52.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125181580.210.8900.38285.8679.5534.51
Hex7D129E155902611e5023
Octal175222362513104643612043
Binary1111101100101001111010101101100101001101000111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,18,158); }

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

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

 a { background-color: rgb(125,18,158); }

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

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

 span { border-color: rgb(125,18,158); }

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