#79326A

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

Shades of Palatinate Purple #79326A

Tints of Palatinate Purple #79326A

Color information

#79326A (or 0x79326A) is unknown color: approx Palatinate Purple. HEX triplet: 79, 32 and 6A. RGB value is (121,50,106). Sum of RGB (Red+Green+Blue) = 121+50+106=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #79326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79326A is #86CD95. Grayscale: #4D4D4D. Windows color (decimal): -8834454 or 6959737. OLE color: 6959737.

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

Color convert

RGB12150106-
CMYK00.590.120.53
HSL312.68º41.52%33.53%-
HSV(B)312.68º58.68%47.45%-
XYZ11.637.3914.45-
YUV77.61144.02158.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=43.68%
G=18.05%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215010600.590.120.53312.6841.5233.53
Hex79326A03BC351392a22
Octal1716215207314654715242
Binary1111001110010110101001110111100110101100111001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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