#791E79

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

Shades of Dark Purple #791E79

Tints of Dark Purple #791E79

Color information

#791E79 (or 0x791E79) is unknown color: approx Dark Purple. HEX triplet: 79, 1E and 79. RGB value is (121,30,121). Sum of RGB (Red+Green+Blue) = 121+30+121=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #791E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791E79 is #86E186. Grayscale: #434343. Windows color (decimal): -8839559 or 7937657. OLE color: 7937657.

HSL color Cylindrical-coordinate representation of color #791E79: hue angle of 300º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #791E79 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB12130121-
CMYK00.7500.53
HSL300º60.26%29.61%-
HSV(B)300º75.21%47.45%-
XYZ11.86.3718.7-
YUV67.58158.15166.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 30 (12.11% from 255) = 11.03%
BLUE value IS 121 (47.66% from 255) = 44.49%
R=44.49%
G=11.03%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213012100.7500.5330060.2629.61
Hex791E7904B03512c3c1e
Octal1713617101130654547436
Binary111100111110111100101001011011010110010110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791E79; }

 p { color: rgb(121,30,121); }

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

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

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

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

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

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

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