Html Css Color HEX #7A049C Dark Magenta

📋 copy color: '#7A049C'

red 122 ◦ green 4 ◦ blue 156

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

Shades of Dark Magenta #7A049C

Tints of Dark Magenta #7A049C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 55.32%

R = 43.26%
G = 1.42%
B = 55.32%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A049C (or 0x7A049C) is known color: Dark Magenta. HEX triplet: 7A, 04 and 9C. RGB value is (122,4,156). Sum of RGB (Red+Green+Blue) = 122+4+156=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A049C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A049C is #85FB63. Grayscale: #383838. Windows color (decimal): -8780644 or 10224762. OLE color: 10224762.

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

Color convert

RGB 122 4 156 -
CMYK 0.22 0.97 0 0.39
HSL 286.58º 0.95% 0.31% -
HSV(B) 286.58º 0.97% 0.61% -
XYZ 14.07 6.62 31.99 -
YUV 56.61 184.09 174.64 -
System Red Green Blue C M Y K H S L
Decimal 122 4 156 0.22 0.97 0 0.39 286.58 0.95 0.31
Hex 7A 4 9C 16 61 0 27 11F 5F 1F
Octal 172 4 234 26 141 0 47 437 137 37
Binary 1111010 100 10011100 10110 1100001 0 100111 100011111 1011111 11111

Color Harmonies of #7A049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A049C

Black with #7A049C

Text Example


Text Example

White with #7A049C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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