Html Css Color HEX #7D039D Dark Magenta

📋 copy color: '#7D039D'

red 125 ◦ green 3 ◦ blue 157

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

Shades of Dark Magenta #7D039D

Tints of Dark Magenta #7D039D

RGB

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

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

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

R = 43.86%
G = 1.05%
B = 55.09%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D039D (or 0x7D039D) is known color: Dark Magenta. HEX triplet: 7D, 03 and 9D. RGB value is (125,3,157). Sum of RGB (Red+Green+Blue) = 125+3+157=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D039D is #82FC62. Grayscale: #383838. Windows color (decimal): -8584291 or 10290045. OLE color: 10290045.

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

Color convert

RGB 125 3 157 -
CMYK 0.20 0.98 0 0.38
HSL 287.53º 0.96% 0.31% -
HSV(B) 287.53º 0.98% 0.62% -
XYZ 14.58 6.86 32.45 -
YUV 57.03 184.42 176.48 -
System Red Green Blue C M Y K H S L
Decimal 125 3 157 0.20 0.98 0 0.38 287.53 0.96 0.31
Hex 7D 3 9D 14 62 0 26 120 60 1F
Octal 175 3 235 24 142 0 46 440 140 37
Binary 1111101 11 10011101 10100 1100010 0 100110 100100000 1100000 11111

Color Harmonies of #7D039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D039D

Black with #7D039D

Text Example


Text Example

White with #7D039D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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