#79346E

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

Shades of Palatinate Purple #79346E

Tints of Palatinate Purple #79346E

Color information

#79346E (or 0x79346E) is unknown color: approx Palatinate Purple. HEX triplet: 79, 34 and 6E. RGB value is (121,52,110). Sum of RGB (Red+Green+Blue) = 121+52+110=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 121 - color contains mainly: red. Hex color #79346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79346E is #86CB91. Grayscale: #4F4F4F. Windows color (decimal): -8833938 or 7222393. OLE color: 7222393.

HSL color Cylindrical-coordinate representation of color #79346E: hue angle of 309.57º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #79346E is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12152110-
CMYK00.570.090.53
HSL309.57º39.88%33.92%-
HSV(B)309.57º57.02%47.45%-
XYZ11.937.6515.6-
YUV79.24145.36157.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.76%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=42.76%
G=18.37%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215211000.570.090.53309.5739.8833.92
Hex79346E0399351362822
Octal1716415607111654665042
Binary1111001110100110111001110011001110101100110110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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