Html Css Color HEX #7D039C Dark Magenta

📋 copy color: '#7D039C'

red 125 ◦ green 3 ◦ blue 156

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

Shades of Dark Magenta #7D039C

Tints of Dark Magenta #7D039C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 44.01%
G = 1.06%
B = 54.93%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D039C (or 0x7D039C) is known color: Dark Magenta. HEX triplet: 7D, 03 and 9C. RGB value is (125,3,156). Sum of RGB (Red+Green+Blue) = 125+3+156=284 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.01% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D039C is #82FC63. Grayscale: #383838. Windows color (decimal): -8584292 or 10224509. OLE color: 10224509.

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

Color convert

RGB 125 3 156 -
CMYK 0.20 0.98 0 0.39
HSL 287.84º 0.96% 0.31% -
HSV(B) 287.84º 0.98% 0.61% -
XYZ 14.49 6.83 32.01 -
YUV 56.92 183.92 176.56 -
System Red Green Blue C M Y K H S L
Decimal 125 3 156 0.20 0.98 0 0.39 287.84 0.96 0.31
Hex 7D 3 9C 14 62 0 27 120 60 1F
Octal 175 3 234 24 142 0 47 440 140 37
Binary 1111101 11 10011100 10100 1100010 0 100111 100100000 1100000 11111

Color Harmonies of #7D039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D039C

Black with #7D039C

Text Example


Text Example

White with #7D039C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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