#773264

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

Shades of Palatinate Purple #773264

Tints of Palatinate Purple #773264

Color information

#773264 (or 0x773264) is unknown color: approx Palatinate Purple. HEX triplet: 77, 32 and 64. RGB value is (119,50,100). Sum of RGB (Red+Green+Blue) = 119+50+100=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #773264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773264 is #88CD9B. Grayscale: #4C4C4C. Windows color (decimal): -8965532 or 6566519. OLE color: 6566519.

HSL color Cylindrical-coordinate representation of color #773264: hue angle of 316.52º 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 #773264 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB11950100-
CMYK00.580.160.53
HSL316.52º40.83%33.14%-
HSV(B)316.52º57.98%46.67%-
XYZ11.057.1212.85-
YUV76.33141.36158.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=44.24%
G=18.59%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195010000.580.160.53316.5240.8333.14
Hex77326403A103513d2921
Octal1676214407220654755141
Binary11101111100101100100011101010000110101100111101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773264; }

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

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

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

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

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

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

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

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