Html Css Color HEX #7A059C Dark Magenta

📋 copy color: '#7A059C'

red 122 ◦ green 5 ◦ blue 156

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

Shades of Dark Magenta #7A059C

Tints of Dark Magenta #7A059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

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

R = 43.11%
G = 1.77%
B = 55.12%

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

#7A059C (or 0x7A059C) is known color: Dark Magenta. HEX triplet: 7A, 05 and 9C. RGB value is (122,5,156). Sum of RGB (Red+Green+Blue) = 122+5+156=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A059C is #85FA63. Grayscale: #383838. Windows color (decimal): -8780388 or 10225018. OLE color: 10225018.

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

Color convert

RGB 122 5 156 -
CMYK 0.22 0.97 0 0.39
HSL 286.49º 0.94% 0.32% -
HSV(B) 286.49º 0.97% 0.61% -
XYZ 14.08 6.65 31.99 -
YUV 57.2 183.76 174.22 -
System Red Green Blue C M Y K H S L
Decimal 122 5 156 0.22 0.97 0 0.39 286.49 0.94 0.32
Hex 7A 5 9C 16 61 0 27 11E 5E 20
Octal 172 5 234 26 141 0 47 436 136 40
Binary 1111010 101 10011100 10110 1100001 0 100111 100011110 1011110 100000

Color Harmonies of #7A059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A059C

Black with #7A059C

Text Example


Text Example

White with #7A059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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