#7A1399

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

Shades of Dark Magenta #7A1399

Tints of Dark Magenta #7A1399

Color information

#7A1399 (or 0x7A1399) is unknown color: approx Dark Magenta. HEX triplet: 7A, 13 and 99. RGB value is (122,19,153). Sum of RGB (Red+Green+Blue) = 122+19+153=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A1399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1399 is #85EC66. Grayscale: #404040. Windows color (decimal): -8776807 or 10031994. OLE color: 10031994.

HSL color Cylindrical-coordinate representation of color #7A1399: hue angle of 286.12º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A1399 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12219153-
CMYK0.200.8800.4
HSL286.12º77.91%33.73%-
HSV(B)286.12º87.58%60%-
XYZ14.016.930.73-
YUV65.07177.62168.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.50%
GREEN value IS 19 (7.81% from 255) = 6.46%
BLUE value IS 153 (60.16% from 255) = 52.04%
R=41.50%
G=6.46%
B=52.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal122191530.200.8800.4286.1277.9133.73
Hex7A1399145802811e4e22
Octal172232312413005043611642
Binary1111010100111001100110100101100001010001000111101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,19,153); }

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

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

 a { background-color: rgb(122,19,153); }

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

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

 span { border-color: rgb(122,19,153); }

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