#7A1398

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

Shades of Dark Magenta #7A1398

Tints of Dark Magenta #7A1398

Color information

#7A1398 (or 0x7A1398) is unknown color: approx Dark Magenta. HEX triplet: 7A, 13 and 98. RGB value is (122,19,152). Sum of RGB (Red+Green+Blue) = 122+19+152=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A1398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1398 is #85EC67. Grayscale: #404040. Windows color (decimal): -8776808 or 9966458. OLE color: 9966458.

HSL color Cylindrical-coordinate representation of color #7A1398: hue angle of 286.47º 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 #7A1398 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12219152-
CMYK0.200.8700.40
HSL286.47º77.78%33.53%-
HSV(B)286.47º87.5%59.61%-
XYZ13.936.8730.3-
YUV64.96177.12168.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.64%
GREEN value IS 19 (7.81% from 255) = 6.48%
BLUE value IS 152 (59.77% from 255) = 51.88%
R=41.64%
G=6.48%
B=51.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal122191520.200.8700.40286.4777.7833.53
Hex7A1398145702811e4e22
Octal172232302412705043611642
Binary1111010100111001100010100101011101010001000111101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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