#790197

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

Shades of Dark Magenta #790197

Tints of Dark Magenta #790197

Color information

#790197 (or 0x790197) is unknown color: approx Dark Magenta. HEX triplet: 79, 01 and 97. RGB value is (121,1,151). Sum of RGB (Red+Green+Blue) = 121+1+151=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #790197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790197 is #86FE68. Grayscale: #353535. Windows color (decimal): -8846953 or 9896313. OLE color: 9896313.

HSL color Cylindrical-coordinate representation of color #790197: hue angle of 288º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790197 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1211151-
CMYK0.200.9900.41
HSL288º98.68%29.8%-
HSV(B)288º99.34%59.22%-
XYZ13.486.3229.79-
YUV53.98182.76175.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 151 (59.38% from 255) = 55.31%
R=44.32%
G=0.37%
B=55.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12111510.200.9900.4128898.6829.8
Hex791971463029120631e
Octal17112272414305144014336
Binary11110011100101111010011000110101001100100000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790197; }

 p { color: rgb(121,1,151); }

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

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

 a { background-color: rgb(121,1,151); }

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

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

 span { border-color: rgb(121,1,151); }

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