Html Css Color HEX #7D039F Dark Magenta

📋 copy color: '#7D039F'

red 125 ◦ green 3 ◦ blue 159

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

Shades of Dark Magenta #7D039F

Tints of Dark Magenta #7D039F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.4%

R = 43.55%
G = 1.05%
B = 55.4%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D039F (or 0x7D039F) is known color: Dark Magenta. HEX triplet: 7D, 03 and 9F. RGB value is (125,3,159). Sum of RGB (Red+Green+Blue) = 125+3+159=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D039F is #82FC60. Grayscale: #383838. Windows color (decimal): -8584289 or 10421117. OLE color: 10421117.

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

Color convert

RGB 125 3 159 -
CMYK 0.21 0.98 0 0.38
HSL 286.92º 0.96% 0.32% -
HSV(B) 286.92º 0.98% 0.62% -
XYZ 14.75 6.93 33.36 -
YUV 57.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 125 3 159 0.21 0.98 0 0.38 286.92 0.96 0.32
Hex 7D 3 9F 15 62 0 26 11F 60 20
Octal 175 3 237 25 142 0 46 437 140 40
Binary 1111101 11 10011111 10101 1100010 0 100110 100011111 1100000 100000

Color Harmonies of #7D039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D039F

Black with #7D039F

Text Example


Text Example

White with #7D039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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