Html Css Color HEX #7D1292 Dark Magenta

📋 copy color: '#7D1292'

red 125 ◦ green 18 ◦ blue 146

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

Shades of Dark Magenta #7D1292

Tints of Dark Magenta #7D1292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.23%

 BLUE value IS 146 (57.42% from 255) = 50.52%

R = 43.25%
G = 6.23%
B = 50.52%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7D1292 (or 0x7D1292) is known color: Dark Magenta. HEX triplet: 7D, 12 and 92. RGB value is (125,18,146). Sum of RGB (Red+Green+Blue) = 125+18+146=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D1292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1292 is #82ED6D. Grayscale: #404040. Windows color (decimal): -8580462 or 9572989. OLE color: 9572989.

HSL color Cylindrical-coordinate representation of color #7D1292: hue angle of 290.16º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D1292 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 18 146 -
CMYK 0.14 0.88 0 0.43
HSL 290.16º 0.78% 0.32% -
HSV(B) 290.16º 0.88% 0.57% -
XYZ 13.86 6.87 27.79 -
YUV 64.59 173.95 171.09 -
System Red Green Blue C M Y K H S L
Decimal 125 18 146 0.14 0.88 0 0.43 290.16 0.78 0.32
Hex 7D 12 92 E 58 0 2B 122 4E 20
Octal 175 22 222 16 130 0 53 442 116 40
Binary 1111101 10010 10010010 1110 1011000 0 101011 100100010 1001110 100000

Color Harmonies of #7D1292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1292

Black with #7D1292

Text Example


Text Example

White with #7D1292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,18,146); }

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

background-color css

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

 a { background-color: rgb(125,18,146); }

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

border-color css

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

 span { border-color: rgb(125,18,146); }

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