Html Css Color HEX #7D1095 Dark Magenta

📋 copy color: '#7D1095'

red 125 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #7D1095

Tints of Dark Magenta #7D1095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.52%

 BLUE value IS 149 (58.59% from 255) = 51.38%

R = 43.1%
G = 5.52%
B = 51.38%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D1095 (or 0x7D1095) is known color: Dark Magenta. HEX triplet: 7D, 10 and 95. RGB value is (125,16,149). Sum of RGB (Red+Green+Blue) = 125+16+149=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D1095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1095 is #82EF6A. Grayscale: #3F3F3F. Windows color (decimal): -8580971 or 9769085. OLE color: 9769085.

HSL color Cylindrical-coordinate representation of color #7D1095: hue angle of 289.17º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D1095 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 16 149 -
CMYK 0.16 0.89 0 0.42
HSL 289.17º 0.81% 0.32% -
HSV(B) 289.17º 0.89% 0.58% -
XYZ 14.07 6.9 29.02 -
YUV 63.75 176.11 171.69 -
System Red Green Blue C M Y K H S L
Decimal 125 16 149 0.16 0.89 0 0.42 289.17 0.81 0.32
Hex 7D 10 95 10 59 0 2A 121 51 20
Octal 175 20 225 20 131 0 52 441 121 40
Binary 1111101 10000 10010101 10000 1011001 0 101010 100100001 1010001 100000

Color Harmonies of #7D1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1095

Black with #7D1095

Text Example


Text Example

White with #7D1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,16,149); }

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

background-color css

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

 a { background-color: rgb(125,16,149); }

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

border-color css

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

 span { border-color: rgb(125,16,149); }

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