#791399

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

Shades of Dark Magenta #791399

Tints of Dark Magenta #791399

Color information

#791399 (or 0x791399) is unknown color: approx Dark Magenta. HEX triplet: 79, 13 and 99. RGB value is (121,19,153). Sum of RGB (Red+Green+Blue) = 121+19+153=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #791399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791399 is #86EC66. Grayscale: #404040. Windows color (decimal): -8842343 or 10031993. OLE color: 10031993.

HSL color Cylindrical-coordinate representation of color #791399: hue angle of 285.67º 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 #791399 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12119153-
CMYK0.210.8800.4
HSL285.67º77.91%33.73%-
HSV(B)285.67º87.58%60%-
XYZ13.876.8330.72-
YUV64.77177.79168.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.30%
GREEN value IS 19 (7.81% from 255) = 6.48%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=41.30%
G=6.48%
B=52.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121191530.210.8800.4285.6777.9133.73
Hex791399155802811e4e22
Octal171232312513005043611642
Binary1111001100111001100110101101100001010001000111101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791399; }

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

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

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

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

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

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

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

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