#77376B

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

Shades of Palatinate Purple #77376B

Tints of Palatinate Purple #77376B

Color information

#77376B (or 0x77376B) is unknown color: approx Palatinate Purple. HEX triplet: 77, 37 and 6B. RGB value is (119,55,107). Sum of RGB (Red+Green+Blue) = 119+55+107=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77376B is #88C894. Grayscale: #4F4F4F. Windows color (decimal): -8964245 or 7026551. OLE color: 7026551.

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

Color convert

RGB11955107-
CMYK00.540.100.53
HSL311.25º36.78%34.12%-
HSV(B)311.25º53.78%46.67%-
XYZ11.637.7214.79-
YUV80.06143.2155.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 55 (21.88% from 255) = 19.57%
BLUE value IS 107 (42.19% from 255) = 38.08%
R=42.35%
G=19.57%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195510700.540.100.53311.2536.7834.12
Hex77376B036A351372522
Octal1676715306612654674542
Binary1110111110111110101101101101010110101100110111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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