Html Css Color HEX #7A1197 Dark Magenta

📋 copy color: '#7A1197'

red 122 ◦ green 17 ◦ blue 151

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

Shades of Dark Magenta #7A1197

Tints of Dark Magenta #7A1197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.07%

R = 42.07%
G = 5.86%
B = 52.07%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7A1197 (or 0x7A1197) is known color: Dark Magenta. HEX triplet: 7A, 11 and 97. RGB value is (122,17,151). Sum of RGB (Red+Green+Blue) = 122+17+151=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #7A1197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1197 is #85EE68. Grayscale: #3F3F3F. Windows color (decimal): -8777321 or 9900410. OLE color: 9900410.

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

Color convert

RGB 122 17 151 -
CMYK 0.19 0.89 0 0.41
HSL 287.01º 0.8% 0.33% -
HSV(B) 287.01º 0.89% 0.59% -
XYZ 13.81 6.77 29.86 -
YUV 63.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 122 17 151 0.19 0.89 0 0.41 287.01 0.8 0.33
Hex 7A 11 97 13 59 0 29 11F 50 21
Octal 172 21 227 23 131 0 51 437 120 41
Binary 1111010 10001 10010111 10011 1011001 0 101001 100011111 1010000 100001

Color Harmonies of #7A1197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1197

Black with #7A1197

Text Example


Text Example

White with #7A1197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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