#790596

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

Shades of Dark Magenta #790596

Tints of Dark Magenta #790596

Color information

#790596 (or 0x790596) is unknown color: approx Dark Magenta. HEX triplet: 79, 05 and 96. RGB value is (121,5,150). Sum of RGB (Red+Green+Blue) = 121+5+150=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #790596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790596 is #86FA69. Grayscale: #373737. Windows color (decimal): -8845930 or 9831801. OLE color: 9831801.

HSL color Cylindrical-coordinate representation of color #790596: hue angle of 288º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790596 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1215150-
CMYK0.190.9700.41
HSL288º93.55%30.39%-
HSV(B)288º96.67%58.82%-
XYZ13.446.3829.38-
YUV56.21180.93174.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.84%
GREEN value IS 5 (2.34% from 255) = 1.81%
BLUE value IS 150 (58.98% from 255) = 54.35%
R=43.84%
G=1.81%
B=54.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12151500.190.9700.4128893.5530.39
Hex7959613610291205e1e
Octal17152262314105144013636
Binary1111001101100101101001111000010101001100100000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790596; }

 p { color: rgb(121,5,150); }

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

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

 a { background-color: rgb(121,5,150); }

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

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

 span { border-color: rgb(121,5,150); }

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