#791168

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

Shades of Dark Purple #791168

Tints of Dark Purple #791168

Color information

#791168 (or 0x791168) is unknown color: approx Dark Purple. HEX triplet: 79, 11 and 68. RGB value is (121,17,104). Sum of RGB (Red+Green+Blue) = 121+17+104=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #791168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791168 is #86EE97. Grayscale: #393939. Windows color (decimal): -8842904 or 6820217. OLE color: 6820217.

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

Color convert

RGB12117104-
CMYK00.860.140.53
HSL309.81º75.36%27.06%-
HSV(B)309.81º85.95%47.45%-
XYZ10.585.4713.59-
YUV58.01153.96172.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 7.02%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=50%
G=7.02%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211710400.860.140.53309.8175.3627.06
Hex791168056E351364b1b
Octal171211500126166546611333
Binary1111001100011101000010101101110110101100110110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791168; }

 p { color: rgb(121,17,104); }

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

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

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

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

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

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

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