Html Css Color HEX #7D129D Dark Magenta

📋 copy color: '#7D129D'

red 125 ◦ green 18 ◦ blue 157

#7D129D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #7D129D

Tints of Dark Magenta #7D129D

RGB

 RED value IS 125 (49.22% from 255) = 41.67%

 GREEN value IS 18 (7.42% from 255) = 6%

 BLUE value IS 157 (61.72% from 255) = 52.33%

R = 41.67%
G = 6%
B = 52.33%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D129D (or 0x7D129D) is known color: Dark Magenta. HEX triplet: 7D, 12 and 9D. RGB value is (125,18,157). Sum of RGB (Red+Green+Blue) = 125+18+157=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D129D is #82ED62. Grayscale: #414141. Windows color (decimal): -8580451 or 10293885. OLE color: 10293885.

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

Color convert

RGB 125 18 157 -
CMYK 0.20 0.89 0 0.38
HSL 286.19º 0.79% 0.34% -
HSV(B) 286.19º 0.89% 0.62% -
XYZ 14.76 7.23 32.52 -
YUV 65.84 179.45 170.2 -
System Red Green Blue C M Y K H S L
Decimal 125 18 157 0.20 0.89 0 0.38 286.19 0.79 0.34
Hex 7D 12 9D 14 59 0 26 11E 4F 22
Octal 175 22 235 24 131 0 46 436 117 42
Binary 1111101 10010 10011101 10100 1011001 0 100110 100011110 1001111 100010

Color Harmonies of #7D129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D129D

Black with #7D129D

Text Example


Text Example

White with #7D129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D129D;
 }
 .AnyTagClassName
 {
   color: #7D129D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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