#773268

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

Shades of Palatinate Purple #773268

Tints of Palatinate Purple #773268

Color information

#773268 (or 0x773268) is unknown color: approx Palatinate Purple. HEX triplet: 77, 32 and 68. RGB value is (119,50,104). Sum of RGB (Red+Green+Blue) = 119+50+104=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #773268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773268 is #88CD97. Grayscale: #4C4C4C. Windows color (decimal): -8965528 or 6828663. OLE color: 6828663.

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

Color convert

RGB11950104-
CMYK00.580.130.53
HSL313.04º40.83%33.14%-
HSV(B)313.04º57.98%46.67%-
XYZ11.257.213.89-
YUV76.79143.36158.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 104 (41.02% from 255) = 38.10%
R=43.59%
G=18.32%
B=38.10%

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
Decimal1195010400.580.130.53313.0440.8333.14
Hex77326803AD351392921
Octal1676215007215654715141
Binary1110111110010110100001110101101110101100111001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773268; }

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

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

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

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

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

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

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

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