#79346A

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

Shades of Palatinate Purple #79346A

Tints of Palatinate Purple #79346A

Color information

#79346A (or 0x79346A) is unknown color: approx Palatinate Purple. HEX triplet: 79, 34 and 6A. RGB value is (121,52,106). Sum of RGB (Red+Green+Blue) = 121+52+106=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #79346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79346A is #86CB95. Grayscale: #4E4E4E. Windows color (decimal): -8833942 or 6960249. OLE color: 6960249.

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

Color convert

RGB12152106-
CMYK00.570.120.53
HSL313.04º39.88%33.92%-
HSV(B)313.04º57.02%47.45%-
XYZ11.717.5614.48-
YUV78.79143.36158.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.37%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=43.37%
G=18.64%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215210600.570.120.53313.0439.8833.92
Hex79346A039C351392822
Octal1716415207114654715042
Binary1111001110100110101001110011100110101100111001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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