#791596

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

Shades of Dark Magenta #791596

Tints of Dark Magenta #791596

Color information

#791596 (or 0x791596) is unknown color: approx Dark Magenta. HEX triplet: 79, 15 and 96. RGB value is (121,21,150). Sum of RGB (Red+Green+Blue) = 121+21+150=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #791596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791596 is #86EA69. Grayscale: #414141. Windows color (decimal): -8841834 or 9835897. OLE color: 9835897.

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

Color convert

RGB12121150-
CMYK0.190.8600.41
HSL286.51º75.44%33.53%-
HSV(B)286.51º86%58.82%-
XYZ13.666.829.45-
YUV65.61175.63167.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.44%
GREEN value IS 21 (8.59% from 255) = 7.19%
BLUE value IS 150 (58.98% from 255) = 51.37%
R=41.44%
G=7.19%
B=51.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121211500.190.8600.41286.5175.4433.53
Hex791596135602911f4b22
Octal171252262312605143711342
Binary1111001101011001011010011101011001010011000111111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791596; }

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

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

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

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

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

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

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

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