#79386B

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

Shades of Palatinate Purple #79386B

Tints of Palatinate Purple #79386B

Color information

#79386B (or 0x79386B) is unknown color: approx Palatinate Purple. HEX triplet: 79, 38 and 6B. RGB value is (121,56,107). Sum of RGB (Red+Green+Blue) = 121+56+107=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #79386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79386B is #86C794. Grayscale: #515151. Windows color (decimal): -8832917 or 7026809. OLE color: 7026809.

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

Color convert

RGB12156107-
CMYK00.540.120.53
HSL312.92º36.72%34.71%-
HSV(B)312.92º53.72%47.45%-
XYZ11.957.9514.82-
YUV81.25142.53156.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.61%
GREEN value IS 56 (22.27% from 255) = 19.72%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=42.61%
G=19.72%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215610700.540.120.53312.9236.7234.71
Hex79386B036C351392523
Octal1717015306614654714543
Binary1111001111000110101101101101100110101100111001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79386B; }

 p { color: rgb(121,56,107); }

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

<style>
 a { background-color: #79386B; }

 a { background-color: rgb(121,56,107); }

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

<style>
 span { border-color: #79386B; }

 span { border-color: rgb(121,56,107); }

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