#79326C

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

Shades of Palatinate Purple #79326C

Tints of Palatinate Purple #79326C

Color information

#79326C (or 0x79326C) is unknown color: approx Palatinate Purple. HEX triplet: 79, 32 and 6C. RGB value is (121,50,108). Sum of RGB (Red+Green+Blue) = 121+50+108=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #79326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79326C is #86CD93. Grayscale: #4D4D4D. Windows color (decimal): -8834452 or 7090809. OLE color: 7090809.

HSL color Cylindrical-coordinate representation of color #79326C: hue angle of 310.99º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #79326C is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12150108-
CMYK00.590.110.53
HSL310.99º41.52%33.53%-
HSV(B)310.99º58.68%47.45%-
XYZ11.737.4315-
YUV77.84145.02158.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.37%
GREEN value IS 50 (19.92% from 255) = 17.92%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=43.37%
G=17.92%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215010800.590.110.53310.9941.5233.53
Hex79326C03BB351372a22
Octal1716215407313654675242
Binary1111001110010110110001110111011110101100110111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79326C; }

 p { color: rgb(121,50,108); }

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

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

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

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

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

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

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