#79356E

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

Shades of Palatinate Purple #79356E

Tints of Palatinate Purple #79356E

Color information

#79356E (or 0x79356E) is unknown color: approx Palatinate Purple. HEX triplet: 79, 35 and 6E. RGB value is (121,53,110). Sum of RGB (Red+Green+Blue) = 121+53+110=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #79356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79356E is #86CA91. Grayscale: #4F4F4F. Windows color (decimal): -8833682 or 7222649. OLE color: 7222649.

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

Color convert

RGB12153110-
CMYK00.560.090.53
HSL309.71º39.08%34.12%-
HSV(B)309.71º56.2%47.45%-
XYZ11.977.7415.61-
YUV79.83145.03157.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.61%
GREEN value IS 53 (21.09% from 255) = 18.66%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=42.61%
G=18.66%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215311000.560.090.53309.7139.0834.12
Hex79356E0389351362722
Octal1716515607011654664742
Binary1111001110101110111001110001001110101100110110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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