Html Css Color HEX #7A059B Dark Magenta

📋 copy color: '#7A059B'

red 122 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #7A059B

Tints of Dark Magenta #7A059B

RGB

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

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

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

R = 43.26%
G = 1.77%
B = 54.96%

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

#7A059B (or 0x7A059B) is known color: Dark Magenta. HEX triplet: 7A, 05 and 9B. RGB value is (122,5,155). Sum of RGB (Red+Green+Blue) = 122+5+155=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A059B is #85FA64. Grayscale: #383838. Windows color (decimal): -8780389 or 10159482. OLE color: 10159482.

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

Color convert

RGB 122 5 155 -
CMYK 0.21 0.97 0 0.39
HSL 286.8º 0.94% 0.31% -
HSV(B) 286.8º 0.97% 0.61% -
XYZ 14 6.61 31.55 -
YUV 57.08 183.26 174.3 -
System Red Green Blue C M Y K H S L
Decimal 122 5 155 0.21 0.97 0 0.39 286.8 0.94 0.31
Hex 7A 5 9B 15 61 0 27 11F 5E 1F
Octal 172 5 233 25 141 0 47 437 136 37
Binary 1111010 101 10011011 10101 1100001 0 100111 100011111 1011110 11111

Color Harmonies of #7A059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A059B

Black with #7A059B

Text Example


Text Example

White with #7A059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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