#79356A

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

Shades of Palatinate Purple #79356A

Tints of Palatinate Purple #79356A

Color information

#79356A (or 0x79356A) is unknown color: approx Palatinate Purple. HEX triplet: 79, 35 and 6A. RGB value is (121,53,106). Sum of RGB (Red+Green+Blue) = 121+53+106=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #79356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79356A is #86CA95. Grayscale: #4F4F4F. Windows color (decimal): -8833686 or 6960505. OLE color: 6960505.

HSL color Cylindrical-coordinate representation of color #79356A: hue angle of 313.24º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #79356A is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12153106-
CMYK00.560.120.53
HSL313.24º39.08%34.12%-
HSV(B)313.24º56.2%47.45%-
XYZ11.767.6514.49-
YUV79.37143.03157.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.21%
GREEN value IS 53 (21.09% from 255) = 18.93%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=43.21%
G=18.93%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215310600.560.120.53313.2439.0834.12
Hex79356A038C351392722
Octal1716515207014654714742
Binary1111001110101110101001110001100110101100111001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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