#79346B

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

Shades of Palatinate Purple #79346B

Tints of Palatinate Purple #79346B

Color information

#79346B (or 0x79346B) is unknown color: approx Palatinate Purple. HEX triplet: 79, 34 and 6B. RGB value is (121,52,107). Sum of RGB (Red+Green+Blue) = 121+52+107=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #79346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79346B is #86CB94. Grayscale: #4E4E4E. Windows color (decimal): -8833941 or 7025785. OLE color: 7025785.

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

Color convert

RGB12152107-
CMYK00.570.120.53
HSL312.17º39.88%33.92%-
HSV(B)312.17º57.02%47.45%-
XYZ11.777.5814.75-
YUV78.9143.86158.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.21%
GREEN value IS 52 (20.70% from 255) = 18.57%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=43.21%
G=18.57%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215210700.570.120.53312.1739.8833.92
Hex79346B039C351382822
Octal1716415307114654705042
Binary1111001110100110101101110011100110101100111000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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