Html Css Color HEX #7D038E Dark Magenta

📋 copy color: '#7D038E'

red 125 ◦ green 3 ◦ blue 142

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

Shades of Dark Magenta #7D038E

Tints of Dark Magenta #7D038E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.59%

R = 46.3%
G = 1.11%
B = 52.59%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D038E (or 0x7D038E) is known color: Dark Magenta. HEX triplet: 7D, 03 and 8E. RGB value is (125,3,142). Sum of RGB (Red+Green+Blue) = 125+3+142=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D038E is #82FC71. Grayscale: #363636. Windows color (decimal): -8584306 or 9307005. OLE color: 9307005.

HSL color Cylindrical-coordinate representation of color #7D038E: hue angle of 292.66º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D038E is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 3 142 -
CMYK 0.12 0.98 0 0.44
HSL 292.66º 0.96% 0.28% -
HSV(B) 292.66º 0.98% 0.56% -
XYZ 13.37 6.38 26.12 -
YUV 55.32 176.92 177.7 -
System Red Green Blue C M Y K H S L
Decimal 125 3 142 0.12 0.98 0 0.44 292.66 0.96 0.28
Hex 7D 3 8E C 62 0 2C 125 60 1C
Octal 175 3 216 14 142 0 54 445 140 34
Binary 1111101 11 10001110 1100 1100010 0 101100 100100101 1100000 11100

Color Harmonies of #7D038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D038E

Black with #7D038E

Text Example


Text Example

White with #7D038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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