Html Css Color HEX #7D119B Dark Magenta

📋 copy color: '#7D119B'

red 125 ◦ green 17 ◦ blue 155

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

Shades of Dark Magenta #7D119B

Tints of Dark Magenta #7D119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

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

R = 42.09%
G = 5.72%
B = 52.19%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D119B (or 0x7D119B) is known color: Dark Magenta. HEX triplet: 7D, 11 and 9B. RGB value is (125,17,155). Sum of RGB (Red+Green+Blue) = 125+17+155=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D119B is #82EE64. Grayscale: #404040. Windows color (decimal): -8580709 or 10162557. OLE color: 10162557.

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

Color convert

RGB 125 17 155 -
CMYK 0.19 0.89 0 0.39
HSL 286.96º 0.8% 0.34% -
HSV(B) 286.96º 0.89% 0.61% -
XYZ 14.57 7.13 31.62 -
YUV 65.02 178.78 170.78 -
System Red Green Blue C M Y K H S L
Decimal 125 17 155 0.19 0.89 0 0.39 286.96 0.8 0.34
Hex 7D 11 9B 13 59 0 27 11F 50 22
Octal 175 21 233 23 131 0 47 437 120 42
Binary 1111101 10001 10011011 10011 1011001 0 100111 100011111 1010000 100010

Color Harmonies of #7D119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D119B

Black with #7D119B

Text Example


Text Example

White with #7D119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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