Html Css Color HEX #7D0492 Dark Magenta

📋 copy color: '#7D0492'

red 125 ◦ green 4 ◦ blue 146

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

Shades of Dark Magenta #7D0492

Tints of Dark Magenta #7D0492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 45.45%
G = 1.45%
B = 53.09%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7D0492 (or 0x7D0492) is known color: Dark Magenta. HEX triplet: 7D, 04 and 92. RGB value is (125,4,146). Sum of RGB (Red+Green+Blue) = 125+4+146=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D0492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0492 is #82FB6D. Grayscale: #373737. Windows color (decimal): -8584046 or 9569405. OLE color: 9569405.

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

Color convert

RGB 125 4 146 -
CMYK 0.14 0.97 0 0.43
HSL 291.13º 0.95% 0.29% -
HSV(B) 291.13º 0.97% 0.57% -
XYZ 13.69 6.52 27.73 -
YUV 56.37 178.59 176.95 -
System Red Green Blue C M Y K H S L
Decimal 125 4 146 0.14 0.97 0 0.43 291.13 0.95 0.29
Hex 7D 4 92 E 61 0 2B 123 5F 1D
Octal 175 4 222 16 141 0 53 443 137 35
Binary 1111101 100 10010010 1110 1100001 0 101011 100100011 1011111 11101

Color Harmonies of #7D0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0492

Black with #7D0492

Text Example


Text Example

White with #7D0492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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