#773269

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

Shades of Palatinate Purple #773269

Tints of Palatinate Purple #773269

Color information

#773269 (or 0x773269) is unknown color: approx Palatinate Purple. HEX triplet: 77, 32 and 69. RGB value is (119,50,105). Sum of RGB (Red+Green+Blue) = 119+50+105=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #773269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773269 is #88CD96. Grayscale: #4C4C4C. Windows color (decimal): -8965527 or 6894199. OLE color: 6894199.

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

Color convert

RGB11950105-
CMYK00.580.120.53
HSL312.17º40.83%33.14%-
HSV(B)312.17º57.98%46.67%-
XYZ11.37.2214.16-
YUV76.9143.86158.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 105 (41.41% from 255) = 38.32%
R=43.43%
G=18.25%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195010500.580.120.53312.1740.8333.14
Hex77326903AC351382921
Octal1676215107214654705141
Binary1110111110010110100101110101100110101100111000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773269; }

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

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

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

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

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

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

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

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