#79316F

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

Shades of Palatinate Purple #79316F

Tints of Palatinate Purple #79316F

Color information

#79316F (or 0x79316F) is unknown color: approx Palatinate Purple. HEX triplet: 79, 31 and 6F. RGB value is (121,49,111). Sum of RGB (Red+Green+Blue) = 121+49+111=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #79316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79316F is #86CE90. Grayscale: #4D4D4D. Windows color (decimal): -8834705 or 7287161. OLE color: 7287161.

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

Color convert

RGB12149111-
CMYK00.600.080.53
HSL308.33º42.35%33.33%-
HSV(B)308.33º59.5%47.45%-
XYZ11.857.4115.84-
YUV77.6146.85158.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 49 (19.53% from 255) = 17.44%
BLUE value IS 111 (43.75% from 255) = 39.50%
R=43.06%
G=17.44%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214911100.600.080.53308.3342.3533.33
Hex79316F03C8351342a21
Octal1716115707410654645241
Binary1111001110001110111101111001000110101100110100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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