#790397

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

Shades of Dark Magenta #790397

Tints of Dark Magenta #790397

Color information

#790397 (or 0x790397) is unknown color: approx Dark Magenta. HEX triplet: 79, 03 and 97. RGB value is (121,3,151). Sum of RGB (Red+Green+Blue) = 121+3+151=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #790397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790397 is #86FC68. Grayscale: #363636. Windows color (decimal): -8846441 or 9896825. OLE color: 9896825.

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

Color convert

RGB1213151-
CMYK0.200.9800.41
HSL287.84º96.1%30.2%-
HSV(B)287.84º98.01%59.22%-
XYZ13.56.3629.79-
YUV55.15182.09174.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 151 (59.38% from 255) = 54.91%
R=44%
G=1.09%
B=54.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12131510.200.9800.41287.8496.130.2
Hex793971462029120601e
Octal17132272414205144014036
Binary111100111100101111010011000100101001100100000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790397; }

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

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

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

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

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

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

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

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