#79316C

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

Shades of Palatinate Purple #79316C

Tints of Palatinate Purple #79316C

Color information

#79316C (or 0x79316C) is unknown color: approx Palatinate Purple. HEX triplet: 79, 31 and 6C. RGB value is (121,49,108). Sum of RGB (Red+Green+Blue) = 121+49+108=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #79316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79316C is #86CE93. Grayscale: #4D4D4D. Windows color (decimal): -8834708 or 7090553. OLE color: 7090553.

HSL color Cylindrical-coordinate representation of color #79316C: hue angle of 310.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #79316C is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12149108-
CMYK00.600.110.53
HSL310.83º42.35%33.33%-
HSV(B)310.83º59.5%47.45%-
XYZ11.697.3414.99-
YUV77.25145.35159.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.53%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=43.53%
G=17.63%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214910800.600.110.53310.8342.3533.33
Hex79316C03CB351372a21
Octal1716115407413654675241
Binary1111001110001110110001111001011110101100110111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79316C; }

 p { color: rgb(121,49,108); }

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

<style>
 a { background-color: #79316C; }

 a { background-color: rgb(121,49,108); }

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

<style>
 span { border-color: #79316C; }

 span { border-color: rgb(121,49,108); }

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