#773F69

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

Shades of Palatinate Purple #773F69

Tints of Palatinate Purple #773F69

Color information

#773F69 (or 0x773F69) is unknown color: approx Palatinate Purple. HEX triplet: 77, 3F and 69. RGB value is (119,63,105). Sum of RGB (Red+Green+Blue) = 119+63+105=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #773F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F69 is #88C096. Grayscale: #545454. Windows color (decimal): -8962199 or 6897527. OLE color: 6897527.

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

Color convert

RGB11963105-
CMYK00.470.120.53
HSL315º30.77%35.69%-
HSV(B)315º47.06%46.67%-
XYZ11.948.514.38-
YUV84.53139.55152.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 63 (25% from 255) = 21.95%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=41.46%
G=21.95%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196310500.470.120.5331530.7735.69
Hex773F6902FC3513b1f24
Octal1677715105714654733744
Binary111011111111111010010101111110011010110011101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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