Html Css Color HEX #7A0995 Dark Magenta

📋 copy color: '#7A0995'

red 122 ◦ green 9 ◦ blue 149

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

Shades of Dark Magenta #7A0995

Tints of Dark Magenta #7A0995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

 BLUE value IS 149 (58.59% from 255) = 53.21%

R = 43.57%
G = 3.21%
B = 53.21%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7A0995 (or 0x7A0995) is known color: Dark Magenta. HEX triplet: 7A, 09 and 95. RGB value is (122,9,149). Sum of RGB (Red+Green+Blue) = 122+9+149=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A0995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0995 is #85F66A. Grayscale: #3A3A3A. Windows color (decimal): -8779371 or 9767290. OLE color: 9767290.

HSL color Cylindrical-coordinate representation of color #7A0995: hue angle of 288.43º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0995 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 9 149 -
CMYK 0.18 0.94 0 0.42
HSL 288.43º 0.89% 0.31% -
HSV(B) 288.43º 0.94% 0.58% -
XYZ 13.55 6.5 28.97 -
YUV 58.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 122 9 149 0.18 0.94 0 0.42 288.43 0.89 0.31
Hex 7A 9 95 12 5E 0 2A 120 59 1F
Octal 172 11 225 22 136 0 52 440 131 37
Binary 1111010 1001 10010101 10010 1011110 0 101010 100100000 1011001 11111

Color Harmonies of #7A0995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0995

Black with #7A0995

Text Example


Text Example

White with #7A0995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,9,149); }

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

background-color css

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

 a { background-color: rgb(122,9,149); }

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

border-color css

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

 span { border-color: rgb(122,9,149); }

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