Html Css Color HEX #7D059B Dark Magenta

📋 copy color: '#7D059B'

red 125 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #7D059B

Tints of Dark Magenta #7D059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

 BLUE value IS 155 (60.94% from 255) = 54.39%

R = 43.86%
G = 1.75%
B = 54.39%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D059B (or 0x7D059B) is known color: Dark Magenta. HEX triplet: 7D, 05 and 9B. RGB value is (125,5,155). Sum of RGB (Red+Green+Blue) = 125+5+155=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D059B is #82FA64. Grayscale: #393939. Windows color (decimal): -8583781 or 10159485. OLE color: 10159485.

HSL color Cylindrical-coordinate representation of color #7D059B: hue angle of 288º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D059B is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 5 155 -
CMYK 0.19 0.97 0 0.39
HSL 288º 0.94% 0.31% -
HSV(B) 288º 0.97% 0.61% -
XYZ 14.43 6.84 31.57 -
YUV 57.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 125 5 155 0.19 0.97 0 0.39 288 0.94 0.31
Hex 7D 5 9B 13 61 0 27 120 5E 1F
Octal 175 5 233 23 141 0 47 440 136 37
Binary 1111101 101 10011011 10011 1100001 0 100111 100100000 1011110 11111

Color Harmonies of #7D059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D059B

Black with #7D059B

Text Example


Text Example

White with #7D059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,5,155); }

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

background-color css

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

 a { background-color: rgb(125,5,155); }

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

border-color css

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

 span { border-color: rgb(125,5,155); }

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