#77356B

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

Shades of Palatinate Purple #77356B

Tints of Palatinate Purple #77356B

Color information

#77356B (or 0x77356B) is unknown color: approx Palatinate Purple. HEX triplet: 77, 35 and 6B. RGB value is (119,53,107). Sum of RGB (Red+Green+Blue) = 119+53+107=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77356B is #88CA94. Grayscale: #4E4E4E. Windows color (decimal): -8964757 or 7026039. OLE color: 7026039.

HSL color Cylindrical-coordinate representation of color #77356B: hue angle of 310.91º 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 #77356B is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB11953107-
CMYK00.550.100.53
HSL310.91º38.37%33.73%-
HSV(B)310.91º55.46%46.67%-
XYZ11.537.5314.76-
YUV78.89143.87156.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=42.65%
G=19.00%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195310700.550.100.53310.9138.3733.73
Hex77356B037A351372622
Octal1676515306712654674642
Binary1110111110101110101101101111010110101100110111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,53,107); }

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

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

 a { background-color: rgb(119,53,107); }

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

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

 span { border-color: rgb(119,53,107); }

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