Html Css Color HEX #7D049C Dark Magenta

📋 copy color: '#7D049C'

red 125 ◦ green 4 ◦ blue 156

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

Shades of Dark Magenta #7D049C

Tints of Dark Magenta #7D049C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 156 (61.33% from 255) = 54.74%

R = 43.86%
G = 1.4%
B = 54.74%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D049C (or 0x7D049C) is known color: Dark Magenta. HEX triplet: 7D, 04 and 9C. RGB value is (125,4,156). Sum of RGB (Red+Green+Blue) = 125+4+156=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D049C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D049C is #82FB63. Grayscale: #393939. Windows color (decimal): -8584036 or 10224765. OLE color: 10224765.

HSL color Cylindrical-coordinate representation of color #7D049C: hue angle of 287.76º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D049C is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 4 156 -
CMYK 0.20 0.97 0 0.39
HSL 287.76º 0.95% 0.31% -
HSV(B) 287.76º 0.97% 0.61% -
XYZ 14.5 6.85 32.01 -
YUV 57.51 183.59 176.14 -
System Red Green Blue C M Y K H S L
Decimal 125 4 156 0.20 0.97 0 0.39 287.76 0.95 0.31
Hex 7D 4 9C 14 61 0 27 120 5F 1F
Octal 175 4 234 24 141 0 47 440 137 37
Binary 1111101 100 10011100 10100 1100001 0 100111 100100000 1011111 11111

Color Harmonies of #7D049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D049C

Black with #7D049C

Text Example


Text Example

White with #7D049C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,4,156); }

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

background-color css

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

 a { background-color: rgb(125,4,156); }

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

border-color css

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

 span { border-color: rgb(125,4,156); }

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