#791198

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

Shades of Dark Magenta #791198

Tints of Dark Magenta #791198

Color information

#791198 (or 0x791198) is unknown color: approx Dark Magenta. HEX triplet: 79, 11 and 98. RGB value is (121,17,152). Sum of RGB (Red+Green+Blue) = 121+17+152=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #791198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791198 is #86EE67. Grayscale: #3F3F3F. Windows color (decimal): -8842856 or 9965945. OLE color: 9965945.

HSL color Cylindrical-coordinate representation of color #791198: hue angle of 286.22º 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 #791198 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12117152-
CMYK0.200.8900.40
HSL286.22º79.88%33.14%-
HSV(B)286.22º88.82%59.61%-
XYZ13.756.7330.28-
YUV63.49177.96169.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.72%
GREEN value IS 17 (7.03% from 255) = 5.86%
BLUE value IS 152 (59.77% from 255) = 52.41%
R=41.72%
G=5.86%
B=52.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121171520.200.8900.40286.2279.8833.14
Hex791198145902811e5021
Octal171212302413105043612041
Binary1111001100011001100010100101100101010001000111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791198; }

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

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

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

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

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

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

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

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