#773B66

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

Shades of Palatinate Purple #773B66

Tints of Palatinate Purple #773B66

Color information

#773B66 (or 0x773B66) is unknown color: approx Palatinate Purple. HEX triplet: 77, 3B and 66. RGB value is (119,59,102). Sum of RGB (Red+Green+Blue) = 119+59+102=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #773B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B66 is #88C499. Grayscale: #515151. Windows color (decimal): -8963226 or 6699895. OLE color: 6699895.

HSL color Cylindrical-coordinate representation of color #773B66: hue angle of 317º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773B66 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB11959102-
CMYK00.500.140.53
HSL317º33.71%34.9%-
HSV(B)317º50.42%46.67%-
XYZ11.578.0113.51-
YUV81.84139.38154.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 59 (23.44% from 255) = 21.07%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=42.5%
G=21.07%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195910200.500.140.5331733.7134.9
Hex773B66032E3513d2223
Octal1677314606216654754243
Binary1110111111011110011001100101110110101100111101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773B66; }

 p { color: rgb(119,59,102); }

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

<style>
 a { background-color: #773B66; }

 a { background-color: rgb(119,59,102); }

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

<style>
 span { border-color: #773B66; }

 span { border-color: rgb(119,59,102); }

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