#79326E

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

Shades of Palatinate Purple #79326E

Tints of Palatinate Purple #79326E

Color information

#79326E (or 0x79326E) is unknown color: approx Palatinate Purple. HEX triplet: 79, 32 and 6E. RGB value is (121,50,110). Sum of RGB (Red+Green+Blue) = 121+50+110=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #79326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79326E is #86CD91. Grayscale: #4D4D4D. Windows color (decimal): -8834450 or 7221881. OLE color: 7221881.

HSL color Cylindrical-coordinate representation of color #79326E: hue angle of 309.3º 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 #79326E is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12150110-
CMYK00.590.090.53
HSL309.3º41.52%33.53%-
HSV(B)309.3º58.68%47.45%-
XYZ11.847.4715.57-
YUV78.07146.02158.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=43.06%
G=17.79%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215011000.590.090.53309.341.5233.53
Hex79326E03B9351352a22
Octal1716215607311654655242
Binary1111001110010110111001110111001110101100110101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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