Html Css Color HEX #7A049B Dark Magenta

📋 copy color: '#7A049B'

red 122 ◦ green 4 ◦ blue 155

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

Shades of Dark Magenta #7A049B

Tints of Dark Magenta #7A049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.16%

R = 43.42%
G = 1.42%
B = 55.16%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A049B (or 0x7A049B) is known color: Dark Magenta. HEX triplet: 7A, 04 and 9B. RGB value is (122,4,155). Sum of RGB (Red+Green+Blue) = 122+4+155=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A049B is #85FB64. Grayscale: #383838. Windows color (decimal): -8780645 or 10159226. OLE color: 10159226.

HSL color Cylindrical-coordinate representation of color #7A049B: hue angle of 286.89º 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 #7A049B is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 4 155 -
CMYK 0.21 0.97 0 0.39
HSL 286.89º 0.95% 0.31% -
HSV(B) 286.89º 0.97% 0.61% -
XYZ 13.99 6.59 31.55 -
YUV 56.5 183.59 174.72 -
System Red Green Blue C M Y K H S L
Decimal 122 4 155 0.21 0.97 0 0.39 286.89 0.95 0.31
Hex 7A 4 9B 15 61 0 27 11F 5F 1F
Octal 172 4 233 25 141 0 47 437 137 37
Binary 1111010 100 10011011 10101 1100001 0 100111 100011111 1011111 11111

Color Harmonies of #7A049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A049B

Black with #7A049B

Text Example


Text Example

White with #7A049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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