#763565

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

Shades of Palatinate Purple #763565

Tints of Palatinate Purple #763565

Color information

#763565 (or 0x763565) is unknown color: approx Palatinate Purple. HEX triplet: 76, 35 and 65. RGB value is (118,53,101). Sum of RGB (Red+Green+Blue) = 118+53+101=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #763565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763565 is #89CA9A. Grayscale: #4D4D4D. Windows color (decimal): -9030299 or 6632822. OLE color: 6632822.

HSL color Cylindrical-coordinate representation of color #763565: hue angle of 315.69º 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 #763565 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11853101-
CMYK00.550.140.54
HSL315.69º38.01%33.53%-
HSV(B)315.69º55.08%46.27%-
XYZ11.097.3413.14-
YUV77.91141.03156.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 53 (21.09% from 255) = 19.49%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=43.38%
G=19.49%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185310100.550.140.54315.6938.0133.53
Hex763565037E3613c2622
Octal1666514506716664744642
Binary1110110110101110010101101111110110110100111100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763565; }

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

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

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

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

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

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

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

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