#773267

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

Shades of Palatinate Purple #773267

Tints of Palatinate Purple #773267

Color information

#773267 (or 0x773267) is unknown color: approx Palatinate Purple. HEX triplet: 77, 32 and 67. RGB value is (119,50,103). Sum of RGB (Red+Green+Blue) = 119+50+103=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #773267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773267 is #88CD98. Grayscale: #4C4C4C. Windows color (decimal): -8965529 or 6763127. OLE color: 6763127.

HSL color Cylindrical-coordinate representation of color #773267: hue angle of 313.91º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773267 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB11950103-
CMYK00.580.130.53
HSL313.91º40.83%33.14%-
HSV(B)313.91º57.98%46.67%-
XYZ11.27.1813.63-
YUV76.67142.86158.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 103 (40.62% from 255) = 37.87%
R=43.75%
G=18.38%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195010300.580.130.53313.9140.8333.14
Hex77326703AD3513a2921
Octal1676214707215654725141
Binary1110111110010110011101110101101110101100111010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773267; }

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

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

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

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

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

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

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

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