#790993

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

Shades of Dark Magenta #790993

Tints of Dark Magenta #790993

Color information

#790993 (or 0x790993) is unknown color: approx Dark Magenta. HEX triplet: 79, 09 and 93. RGB value is (121,9,147). Sum of RGB (Red+Green+Blue) = 121+9+147=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #790993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790993 is #86F66C. Grayscale: #393939. Windows color (decimal): -8844909 or 9636217. OLE color: 9636217.

HSL color Cylindrical-coordinate representation of color #790993: hue angle of 288.7º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790993 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1219147-
CMYK0.180.9400.42
HSL288.7º88.46%30.59%-
HSV(B)288.7º93.88%57.65%-
XYZ13.256.3728.13-
YUV58.22178.11172.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 9 (3.91% from 255) = 3.25%
BLUE value IS 147 (57.81% from 255) = 53.07%
R=43.68%
G=3.25%
B=53.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12191470.180.9400.42288.788.4630.59
Hex79993125E02A121581f
Octal171112232213605244113037
Binary11110011001100100111001010111100101010100100001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790993; }

 p { color: rgb(121,9,147); }

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

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

 a { background-color: rgb(121,9,147); }

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

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

 span { border-color: rgb(121,9,147); }

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