Html Css Color HEX #7D129B Dark Magenta

📋 copy color: '#7D129B'

red 125 ◦ green 18 ◦ blue 155

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

Shades of Dark Magenta #7D129B

Tints of Dark Magenta #7D129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.01%

R = 41.95%
G = 6.04%
B = 52.01%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D129B (or 0x7D129B) is known color: Dark Magenta. HEX triplet: 7D, 12 and 9B. RGB value is (125,18,155). Sum of RGB (Red+Green+Blue) = 125+18+155=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D129B is #82ED64. Grayscale: #414141. Windows color (decimal): -8580453 or 10162813. OLE color: 10162813.

HSL color Cylindrical-coordinate representation of color #7D129B: hue angle of 286.86º degrees, saturation: 0.79, 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 #7D129B is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 18 155 -
CMYK 0.19 0.88 0 0.39
HSL 286.86º 0.79% 0.34% -
HSV(B) 286.86º 0.88% 0.61% -
XYZ 14.59 7.16 31.62 -
YUV 65.61 178.45 170.36 -
System Red Green Blue C M Y K H S L
Decimal 125 18 155 0.19 0.88 0 0.39 286.86 0.79 0.34
Hex 7D 12 9B 13 58 0 27 11F 4F 22
Octal 175 22 233 23 130 0 47 437 117 42
Binary 1111101 10010 10011011 10011 1011000 0 100111 100011111 1001111 100010

Color Harmonies of #7D129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D129B

Black with #7D129B

Text Example


Text Example

White with #7D129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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