Html Css Color HEX #7A1195 Dark Magenta

📋 copy color: '#7A1195'

red 122 ◦ green 17 ◦ blue 149

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

Shades of Dark Magenta #7A1195

Tints of Dark Magenta #7A1195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.9%

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

R = 42.36%
G = 5.9%
B = 51.74%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7A1195 (or 0x7A1195) is known color: Dark Magenta. HEX triplet: 7A, 11 and 95. RGB value is (122,17,149). Sum of RGB (Red+Green+Blue) = 122+17+149=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A1195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1195 is #85EE6A. Grayscale: #3F3F3F. Windows color (decimal): -8777323 or 9769338. OLE color: 9769338.

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

Color convert

RGB 122 17 149 -
CMYK 0.18 0.89 0 0.42
HSL 287.73º 0.8% 0.33% -
HSV(B) 287.73º 0.89% 0.58% -
XYZ 13.65 6.71 29.01 -
YUV 63.44 176.29 169.77 -
System Red Green Blue C M Y K H S L
Decimal 122 17 149 0.18 0.89 0 0.42 287.73 0.8 0.33
Hex 7A 11 95 12 59 0 2A 120 50 21
Octal 172 21 225 22 131 0 52 440 120 41
Binary 1111010 10001 10010101 10010 1011001 0 101010 100100000 1010000 100001

Color Harmonies of #7A1195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1195

Black with #7A1195

Text Example


Text Example

White with #7A1195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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