#79396B

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

Shades of Palatinate Purple #79396B

Tints of Palatinate Purple #79396B

Color information

#79396B (or 0x79396B) is unknown color: approx Palatinate Purple. HEX triplet: 79, 39 and 6B. RGB value is (121,57,107). Sum of RGB (Red+Green+Blue) = 121+57+107=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #79396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79396B is #86C694. Grayscale: #515151. Windows color (decimal): -8832661 or 7027065. OLE color: 7027065.

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

Color convert

RGB12157107-
CMYK00.530.120.53
HSL313.12º35.96%34.9%-
HSV(B)313.12º52.89%47.45%-
XYZ128.0514.83-
YUV81.84142.2155.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.46%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=42.46%
G=20%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215710700.530.120.53313.1235.9634.9
Hex79396B035C351392423
Octal1717115306514654714443
Binary1111001111001110101101101011100110101100111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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