#79316A

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

Shades of Palatinate Purple #79316A

Tints of Palatinate Purple #79316A

Color information

#79316A (or 0x79316A) is unknown color: approx Palatinate Purple. HEX triplet: 79, 31 and 6A. RGB value is (121,49,106). Sum of RGB (Red+Green+Blue) = 121+49+106=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #79316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79316A is #86CE95. Grayscale: #4C4C4C. Windows color (decimal): -8834710 or 6959481. OLE color: 6959481.

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

Color convert

RGB12149106-
CMYK00.600.120.53
HSL312.5º42.35%33.33%-
HSV(B)312.5º59.5%47.45%-
XYZ11.587.314.43-
YUV77.03144.35159.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.84%
GREEN value IS 49 (19.53% from 255) = 17.75%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=43.84%
G=17.75%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214910600.600.120.53312.542.3533.33
Hex79316A03CC351382a21
Octal1716115207414654705241
Binary1111001110001110101001111001100110101100111000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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