#79336B

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

Shades of Palatinate Purple #79336B

Tints of Palatinate Purple #79336B

Color information

#79336B (or 0x79336B) is unknown color: approx Palatinate Purple. HEX triplet: 79, 33 and 6B. RGB value is (121,51,107). Sum of RGB (Red+Green+Blue) = 121+51+107=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #79336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79336B is #86CC94. Grayscale: #4E4E4E. Windows color (decimal): -8834197 or 7025529. OLE color: 7025529.

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

Color convert

RGB12151107-
CMYK00.580.120.53
HSL312º40.7%33.73%-
HSV(B)312º57.85%47.45%-
XYZ11.727.4914.74-
YUV78.31144.19158.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.37%
GREEN value IS 51 (20.31% from 255) = 18.28%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=43.37%
G=18.28%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215110700.580.120.5331240.733.73
Hex79336B03AC351382922
Octal1716315307214654705142
Binary1111001110011110101101110101100110101100111000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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