Html Css Color HEX #7D079D Dark Magenta

📋 copy color: '#7D079D'

red 125 ◦ green 7 ◦ blue 157

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

Shades of Dark Magenta #7D079D

Tints of Dark Magenta #7D079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.42%

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

R = 43.25%
G = 2.42%
B = 54.33%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D079D (or 0x7D079D) is known color: Dark Magenta. HEX triplet: 7D, 07 and 9D. RGB value is (125,7,157). Sum of RGB (Red+Green+Blue) = 125+7+157=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D079D is #82F862. Grayscale: #3A3A3A. Windows color (decimal): -8583267 or 10291069. OLE color: 10291069.

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

Color convert

RGB 125 7 157 -
CMYK 0.20 0.96 0 0.38
HSL 287.2º 0.91% 0.32% -
HSV(B) 287.2º 0.96% 0.62% -
XYZ 14.62 6.95 32.47 -
YUV 59.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 125 7 157 0.20 0.96 0 0.38 287.2 0.91 0.32
Hex 7D 7 9D 14 60 0 26 11F 5B 20
Octal 175 7 235 24 140 0 46 437 133 40
Binary 1111101 111 10011101 10100 1100000 0 100110 100011111 1011011 100000

Color Harmonies of #7D079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D079D

Black with #7D079D

Text Example


Text Example

White with #7D079D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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