#79346D

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

Shades of Palatinate Purple #79346D

Tints of Palatinate Purple #79346D

Color information

#79346D (or 0x79346D) is unknown color: approx Palatinate Purple. HEX triplet: 79, 34 and 6D. RGB value is (121,52,109). Sum of RGB (Red+Green+Blue) = 121+52+109=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #79346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79346D is #86CB92. Grayscale: #4E4E4E. Windows color (decimal): -8833939 or 7156857. OLE color: 7156857.

HSL color Cylindrical-coordinate representation of color #79346D: hue angle of 310.43º 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 #79346D is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12152109-
CMYK00.570.100.53
HSL310.43º39.88%33.92%-
HSV(B)310.43º57.02%47.45%-
XYZ11.877.6315.31-
YUV79.13144.86157.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.91%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=42.91%
G=18.44%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215210900.570.100.53310.4339.8833.92
Hex79346D039A351362822
Octal1716415507112654665042
Binary1111001110100110110101110011010110101100110110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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