Html Css Color HEX #7A049D Dark Magenta

📋 copy color: '#7A049D'

red 122 ◦ green 4 ◦ blue 157

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

Shades of Dark Magenta #7A049D

Tints of Dark Magenta #7A049D

RGB

 RED value IS 122 (48.05% from 255) = 43.11%

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

 BLUE value IS 157 (61.72% from 255) = 55.48%

R = 43.11%
G = 1.41%
B = 55.48%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A049D (or 0x7A049D) is known color: Dark Magenta. HEX triplet: 7A, 04 and 9D. RGB value is (122,4,157). Sum of RGB (Red+Green+Blue) = 122+4+157=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A049D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A049D is #85FB62. Grayscale: #383838. Windows color (decimal): -8780643 or 10290298. OLE color: 10290298.

HSL color Cylindrical-coordinate representation of color #7A049D: hue angle of 286.27º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A049D is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 4 157 -
CMYK 0.22 0.97 0 0.38
HSL 286.27º 0.95% 0.32% -
HSV(B) 286.27º 0.97% 0.62% -
XYZ 14.16 6.66 32.44 -
YUV 56.72 184.59 174.56 -
System Red Green Blue C M Y K H S L
Decimal 122 4 157 0.22 0.97 0 0.38 286.27 0.95 0.32
Hex 7A 4 9D 16 61 0 26 11E 5F 20
Octal 172 4 235 26 141 0 46 436 137 40
Binary 1111010 100 10011101 10110 1100001 0 100110 100011110 1011111 100000

Color Harmonies of #7A049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A049D

Black with #7A049D

Text Example


Text Example

White with #7A049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,4,157); }

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

background-color css

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

 a { background-color: rgb(122,4,157); }

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

border-color css

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

 span { border-color: rgb(122,4,157); }

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