#763B64

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

Shades of Palatinate Purple #763B64

Tints of Palatinate Purple #763B64

Color information

#763B64 (or 0x763B64) is unknown color: approx Palatinate Purple. HEX triplet: 76, 3B and 64. RGB value is (118,59,100). Sum of RGB (Red+Green+Blue) = 118+59+100=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #763B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B64 is #89C49B. Grayscale: #515151. Windows color (decimal): -9028764 or 6568822. OLE color: 6568822.

HSL color Cylindrical-coordinate representation of color #763B64: hue angle of 318.31º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763B64 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11859100-
CMYK00.500.150.54
HSL318.31º33.33%34.71%-
HSV(B)318.31º50%46.27%-
XYZ11.347.912.98-
YUV81.32138.55154.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 59 (23.44% from 255) = 21.30%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=42.60%
G=21.30%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185910000.500.150.54318.3133.3334.71
Hex763B64032F3613e2123
Octal1667314406217664764143
Binary1110110111011110010001100101111110110100111110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763B64; }

 p { color: rgb(118,59,100); }

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

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

 a { background-color: rgb(118,59,100); }

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

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

 span { border-color: rgb(118,59,100); }

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