Html Css Color HEX #7D1090 Dark Magenta

📋 copy color: '#7D1090'

red 125 ◦ green 16 ◦ blue 144

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

Shades of Dark Magenta #7D1090

Tints of Dark Magenta #7D1090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50.53%

R = 43.86%
G = 5.61%
B = 50.53%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D1090 (or 0x7D1090) is known color: Dark Magenta. HEX triplet: 7D, 10 and 90. RGB value is (125,16,144). Sum of RGB (Red+Green+Blue) = 125+16+144=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D1090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1090 is #82EF6F. Grayscale: #3E3E3E. Windows color (decimal): -8580976 or 9441405. OLE color: 9441405.

HSL color Cylindrical-coordinate representation of color #7D1090: hue angle of 291.09º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D1090 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 16 144 -
CMYK 0.13 0.89 0 0.44
HSL 291.09º 0.8% 0.31% -
HSV(B) 291.09º 0.89% 0.56% -
XYZ 13.68 6.74 26.97 -
YUV 63.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 125 16 144 0.13 0.89 0 0.44 291.09 0.8 0.31
Hex 7D 10 90 D 59 0 2C 123 50 1F
Octal 175 20 220 15 131 0 54 443 120 37
Binary 1111101 10000 10010000 1101 1011001 0 101100 100100011 1010000 11111

Color Harmonies of #7D1090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1090

Black with #7D1090

Text Example


Text Example

White with #7D1090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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