#791196

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

Shades of Dark Magenta #791196

Tints of Dark Magenta #791196

Color information

#791196 (or 0x791196) is unknown color: approx Dark Magenta. HEX triplet: 79, 11 and 96. RGB value is (121,17,150). Sum of RGB (Red+Green+Blue) = 121+17+150=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #791196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791196 is #86EE69. Grayscale: #3E3E3E. Windows color (decimal): -8842858 or 9834873. OLE color: 9834873.

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

Color convert

RGB12117150-
CMYK0.190.8900.41
HSL286.92º79.64%32.75%-
HSV(B)286.92º88.67%58.82%-
XYZ13.596.6729.42-
YUV63.26176.96169.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.01%
GREEN value IS 17 (7.03% from 255) = 5.90%
BLUE value IS 150 (58.98% from 255) = 52.08%
R=42.01%
G=5.90%
B=52.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121171500.190.8900.41286.9279.6432.75
Hex791196135902911f5021
Octal171212262313105143712041
Binary1111001100011001011010011101100101010011000111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791196; }

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

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

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

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

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

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

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

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