Html Css Color HEX #7A059F Dark Magenta

📋 copy color: '#7A059F'

red 122 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #7A059F

Tints of Dark Magenta #7A059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.59%

R = 42.66%
G = 1.75%
B = 55.59%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A059F (or 0x7A059F) is known color: Dark Magenta. HEX triplet: 7A, 05 and 9F. RGB value is (122,5,159). Sum of RGB (Red+Green+Blue) = 122+5+159=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A059F is #85FA60. Grayscale: #393939. Windows color (decimal): -8780385 or 10421626. OLE color: 10421626.

HSL color Cylindrical-coordinate representation of color #7A059F: hue angle of 285.58º degrees, saturation: 0.94, 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 #7A059F is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 5 159 -
CMYK 0.23 0.97 0 0.38
HSL 285.58º 0.94% 0.32% -
HSV(B) 285.58º 0.97% 0.62% -
XYZ 14.34 6.75 33.35 -
YUV 57.54 185.26 173.98 -
System Red Green Blue C M Y K H S L
Decimal 122 5 159 0.23 0.97 0 0.38 285.58 0.94 0.32
Hex 7A 5 9F 17 61 0 26 11E 5E 20
Octal 172 5 237 27 141 0 46 436 136 40
Binary 1111010 101 10011111 10111 1100001 0 100110 100011110 1011110 100000

Color Harmonies of #7A059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A059F

Black with #7A059F

Text Example


Text Example

White with #7A059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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