#791595

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

Shades of Dark Magenta #791595

Tints of Dark Magenta #791595

Color information

#791595 (or 0x791595) is unknown color: approx Dark Magenta. HEX triplet: 79, 15 and 95. RGB value is (121,21,149). Sum of RGB (Red+Green+Blue) = 121+21+149=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #791595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791595 is #86EA6A. Grayscale: #414141. Windows color (decimal): -8841835 or 9770361. OLE color: 9770361.

HSL color Cylindrical-coordinate representation of color #791595: hue angle of 286.88º 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 #791595 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12121149-
CMYK0.190.8600.42
HSL286.88º75.29%33.33%-
HSV(B)286.88º85.91%58.43%-
XYZ13.586.7729.03-
YUV65.49175.13167.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.58%
GREEN value IS 21 (8.59% from 255) = 7.22%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=41.58%
G=7.22%
B=51.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121211490.190.8600.42286.8875.2933.33
Hex791595135602A11f4b21
Octal171252252312605243711341
Binary1111001101011001010110011101011001010101000111111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791595; }

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

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

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

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

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

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

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

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