#77366A

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

Shades of Palatinate Purple #77366A

Tints of Palatinate Purple #77366A

Color information

#77366A (or 0x77366A) is unknown color: approx Palatinate Purple. HEX triplet: 77, 36 and 6A. RGB value is (119,54,106). Sum of RGB (Red+Green+Blue) = 119+54+106=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77366A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77366A is #88C995. Grayscale: #4F4F4F. Windows color (decimal): -8964502 or 6960759. OLE color: 6960759.

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

Color convert

RGB11954106-
CMYK00.550.110.53
HSL312º37.57%33.92%-
HSV(B)312º54.62%46.67%-
XYZ11.537.614.5-
YUV79.36143.03156.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=42.65%
G=19.35%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195410600.550.110.5331237.5733.92
Hex77366A037B351382622
Octal1676615206713654704642
Binary1110111110110110101001101111011110101100111000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77366A; }

 p { color: rgb(119,54,106); }

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

<style>
 a { background-color: #77366A; }

 a { background-color: rgb(119,54,106); }

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

<style>
 span { border-color: #77366A; }

 span { border-color: rgb(119,54,106); }

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