#791159

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

Shades of Palatinate Purple #791159

Tints of Palatinate Purple #791159

Color information

#791159 (or 0x791159) is unknown color: approx Palatinate Purple. HEX triplet: 79, 11 and 59. RGB value is (121,17,89). Sum of RGB (Red+Green+Blue) = 121+17+89=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #791159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791159 is #86EEA6. Grayscale: #383838. Windows color (decimal): -8842919 or 5837177. OLE color: 5837177.

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

Color convert

RGB1211789-
CMYK00.860.260.53
HSL318.46º75.36%27.06%-
HSV(B)318.46º85.95%47.45%-
XYZ9.895.199.93-
YUV56.3146.46174.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.30%
GREEN value IS 17 (7.03% from 255) = 7.49%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=53.30%
G=7.49%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121178900.860.260.53318.4675.3627.06
Hex7911590561A3513e4b1b
Octal171211310126326547611333
Binary11110011000110110010101011011010110101100111110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791159; }

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

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

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

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

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

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

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

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