#763365

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

Shades of Palatinate Purple #763365

Tints of Palatinate Purple #763365

Color information

#763365 (or 0x763365) is unknown color: approx Palatinate Purple. HEX triplet: 76, 33 and 65. RGB value is (118,51,101). Sum of RGB (Red+Green+Blue) = 118+51+101=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #763365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763365 is #89CC9A. Grayscale: #4C4C4C. Windows color (decimal): -9030811 or 6632310. OLE color: 6632310.

HSL color Cylindrical-coordinate representation of color #763365: hue angle of 315.22º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #763365 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11851101-
CMYK00.570.140.54
HSL315.22º39.64%33.14%-
HSV(B)315.22º56.78%46.27%-
XYZ117.1613.11-
YUV76.73141.7157.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=43.70%
G=18.89%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185110100.570.140.54315.2239.6433.14
Hex763365039E3613b2821
Octal1666314507116664735041
Binary1110110110011110010101110011110110110100111011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763365; }

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

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

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

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

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

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

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

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