#79396A

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

Shades of Palatinate Purple #79396A

Tints of Palatinate Purple #79396A

Color information

#79396A (or 0x79396A) is unknown color: approx Palatinate Purple. HEX triplet: 79, 39 and 6A. RGB value is (121,57,106). Sum of RGB (Red+Green+Blue) = 121+57+106=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #79396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79396A is #86C695. Grayscale: #515151. Windows color (decimal): -8832662 or 6961529. OLE color: 6961529.

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

Color convert

RGB12157106-
CMYK00.530.120.53
HSL314.06º35.96%34.9%-
HSV(B)314.06º52.89%47.45%-
XYZ11.958.0314.56-
YUV81.72141.7156.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.61%
GREEN value IS 57 (22.66% from 255) = 20.07%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=42.61%
G=20.07%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215710600.530.120.53314.0635.9634.9
Hex79396A035C3513a2423
Octal1717115206514654724443
Binary1111001111001110101001101011100110101100111010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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