#773C67

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

Shades of Palatinate Purple #773C67

Tints of Palatinate Purple #773C67

Color information

#773C67 (or 0x773C67) is unknown color: approx Palatinate Purple. HEX triplet: 77, 3C and 67. RGB value is (119,60,103). Sum of RGB (Red+Green+Blue) = 119+60+103=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #773C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773C67 is #88C398. Grayscale: #525252. Windows color (decimal): -8962969 or 6765687. OLE color: 6765687.

HSL color Cylindrical-coordinate representation of color #773C67: hue angle of 316.27º degrees, saturation: 0.33, 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 #773C67 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB11960103-
CMYK00.500.130.53
HSL316.27º32.96%35.1%-
HSV(B)316.27º49.58%46.67%-
XYZ11.678.1313.79-
YUV82.54139.55154-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 103 (40.62% from 255) = 36.52%
R=42.20%
G=21.28%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196010300.500.130.53316.2732.9635.1
Hex773C67032D3513c2123
Octal1677414706215654744143
Binary1110111111100110011101100101101110101100111100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,60,103); }

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

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

 a { background-color: rgb(119,60,103); }

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

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

 span { border-color: rgb(119,60,103); }

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