#7A1493

Color #7A1493 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #7A1493

Tints of Dark Magenta #7A1493

Color information

#7A1493 (or 0x7A1493) is unknown color: approx Dark Magenta. HEX triplet: 7A, 14 and 93. RGB value is (122,20,147). Sum of RGB (Red+Green+Blue) = 122+20+147=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A1493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1493 is #85EB6C. Grayscale: #404040. Windows color (decimal): -8776557 or 9639034. OLE color: 9639034.

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

Color convert

RGB12220147-
CMYK0.170.8600.42
HSL288.19º76.05%32.75%-
HSV(B)288.19º86.39%57.65%-
XYZ13.546.7428.19-
YUV64.98174.29168.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.21%
GREEN value IS 20 (8.20% from 255) = 6.92%
BLUE value IS 147 (57.81% from 255) = 50.87%
R=42.21%
G=6.92%
B=50.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122201470.170.8600.42288.1976.0532.75
Hex7A1493115602A1204c21
Octal172242232112605244011441
Binary1111010101001001001110001101011001010101001000001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,20,147); }

 H1.HeaderClassName
 {
   color: #7A1493;
 }
 .AnyTagClassName
 {
   color: #7A1493;
 }
</style>
background-color css

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

 a { background-color: rgb(122,20,147); }

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

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

 span { border-color: rgb(122,20,147); }

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