#773A69

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

Shades of Palatinate Purple #773A69

Tints of Palatinate Purple #773A69

Color information

#773A69 (or 0x773A69) is unknown color: approx Palatinate Purple. HEX triplet: 77, 3A and 69. RGB value is (119,58,105). Sum of RGB (Red+Green+Blue) = 119+58+105=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #773A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773A69 is #88C596. Grayscale: #515151. Windows color (decimal): -8963479 or 6896247. OLE color: 6896247.

HSL color Cylindrical-coordinate representation of color #773A69: hue angle of 313.77º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #773A69 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB11958105-
CMYK00.510.120.53
HSL313.77º34.46%34.71%-
HSV(B)313.77º51.26%46.67%-
XYZ11.677.9714.29-
YUV81.6141.21154.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=42.20%
G=20.57%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195810500.510.120.53313.7734.4634.71
Hex773A69033C3513a2223
Octal1677215106314654724243
Binary1110111111010110100101100111100110101100111010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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