#77346C

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

Shades of Palatinate Purple #77346C

Tints of Palatinate Purple #77346C

Color information

#77346C (or 0x77346C) is unknown color: approx Palatinate Purple. HEX triplet: 77, 34 and 6C. RGB value is (119,52,108). Sum of RGB (Red+Green+Blue) = 119+52+108=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77346C is #88CB93. Grayscale: #4E4E4E. Windows color (decimal): -8965012 or 7091319. OLE color: 7091319.

HSL color Cylindrical-coordinate representation of color #77346C: hue angle of 309.85º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77346C is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB11952108-
CMYK00.560.090.53
HSL309.85º39.18%33.53%-
HSV(B)309.85º56.3%46.67%-
XYZ11.547.4615.02-
YUV78.42144.7156.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=42.65%
G=18.64%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195210800.560.090.53309.8539.1833.53
Hex77346C0389351362722
Octal1676415407011654664742
Binary1110111110100110110001110001001110101100110110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77346C; }

 p { color: rgb(119,52,108); }

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

<style>
 a { background-color: #77346C; }

 a { background-color: rgb(119,52,108); }

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

<style>
 span { border-color: #77346C; }

 span { border-color: rgb(119,52,108); }

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