#791199

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

Shades of Dark Magenta #791199

Tints of Dark Magenta #791199

Color information

#791199 (or 0x791199) is unknown color: approx Dark Magenta. HEX triplet: 79, 11 and 99. RGB value is (121,17,153). Sum of RGB (Red+Green+Blue) = 121+17+153=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #791199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791199 is #86EE66. Grayscale: #3F3F3F. Windows color (decimal): -8842855 or 10031481. OLE color: 10031481.

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

Color convert

RGB12117153-
CMYK0.210.8900.4
HSL285.88º80%33.33%-
HSV(B)285.88º88.89%60%-
XYZ13.846.7730.71-
YUV63.6178.46168.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.58%
GREEN value IS 17 (7.03% from 255) = 5.84%
BLUE value IS 153 (60.16% from 255) = 52.58%
R=41.58%
G=5.84%
B=52.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121171530.210.8900.4285.888033.33
Hex791199155902811e5021
Octal171212312513105043612041
Binary1111001100011001100110101101100101010001000111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791199; }

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

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

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

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

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

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

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

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