#763564

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

Shades of Palatinate Purple #763564

Tints of Palatinate Purple #763564

Color information

#763564 (or 0x763564) is unknown color: approx Palatinate Purple. HEX triplet: 76, 35 and 64. RGB value is (118,53,100). Sum of RGB (Red+Green+Blue) = 118+53+100=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #763564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763564 is #89CA9B. Grayscale: #4D4D4D. Windows color (decimal): -9030300 or 6567286. OLE color: 6567286.

HSL color Cylindrical-coordinate representation of color #763564: hue angle of 316.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763564 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11853100-
CMYK00.550.150.54
HSL316.62º38.01%33.53%-
HSV(B)316.62º55.08%46.27%-
XYZ11.047.3212.89-
YUV77.79140.53156.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 53 (21.09% from 255) = 19.56%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=43.54%
G=19.56%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185310000.550.150.54316.6238.0133.53
Hex763564037F3613d2622
Octal1666514406717664754642
Binary1110110110101110010001101111111110110100111101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763564; }

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

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

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

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

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

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

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

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