#791593

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

Shades of Dark Magenta #791593

Tints of Dark Magenta #791593

Color information

#791593 (or 0x791593) is unknown color: approx Dark Magenta. HEX triplet: 79, 15 and 93. RGB value is (121,21,147). Sum of RGB (Red+Green+Blue) = 121+21+147=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #791593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791593 is #86EA6C. Grayscale: #404040. Windows color (decimal): -8841837 or 9639289. OLE color: 9639289.

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

Color convert

RGB12121147-
CMYK0.180.8600.42
HSL287.62º75%32.94%-
HSV(B)287.62º85.71%57.65%-
XYZ13.426.7128.19-
YUV65.26174.13167.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.87%
GREEN value IS 21 (8.59% from 255) = 7.27%
BLUE value IS 147 (57.81% from 255) = 50.87%
R=41.87%
G=7.27%
B=50.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121211470.180.8600.42287.627532.94
Hex791593125602A1204b21
Octal171252232212605244011341
Binary1111001101011001001110010101011001010101001000001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791593; }

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

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

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

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

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

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

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

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