Html Css Color HEX #7D039E Dark Magenta

📋 copy color: '#7D039E'

red 125 ◦ green 3 ◦ blue 158

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

Shades of Dark Magenta #7D039E

Tints of Dark Magenta #7D039E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.24%

R = 43.71%
G = 1.05%
B = 55.24%

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

#7D039E (or 0x7D039E) is known color: Dark Magenta. HEX triplet: 7D, 03 and 9E. RGB value is (125,3,158). Sum of RGB (Red+Green+Blue) = 125+3+158=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D039E is #82FC61. Grayscale: #383838. Windows color (decimal): -8584290 or 10355581. OLE color: 10355581.

HSL color Cylindrical-coordinate representation of color #7D039E: hue angle of 287.23º 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 #7D039E is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 3 158 -
CMYK 0.21 0.98 0 0.38
HSL 287.23º 0.96% 0.32% -
HSV(B) 287.23º 0.98% 0.62% -
XYZ 14.66 6.89 32.91 -
YUV 57.15 184.92 176.4 -
System Red Green Blue C M Y K H S L
Decimal 125 3 158 0.21 0.98 0 0.38 287.23 0.96 0.32
Hex 7D 3 9E 15 62 0 26 11F 60 20
Octal 175 3 236 25 142 0 46 437 140 40
Binary 1111101 11 10011110 10101 1100010 0 100110 100011111 1100000 100000

Color Harmonies of #7D039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D039E

Black with #7D039E

Text Example


Text Example

White with #7D039E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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