#763864

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

Shades of Palatinate Purple #763864

Tints of Palatinate Purple #763864

Color information

#763864 (or 0x763864) is unknown color: approx Palatinate Purple. HEX triplet: 76, 38 and 64. RGB value is (118,56,100). Sum of RGB (Red+Green+Blue) = 118+56+100=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #763864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763864 is #89C79B. Grayscale: #4F4F4F. Windows color (decimal): -9029532 or 6568054. OLE color: 6568054.

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

Color convert

RGB11856100-
CMYK00.530.150.54
HSL317.42º35.63%34.12%-
HSV(B)317.42º52.54%46.27%-
XYZ11.197.612.93-
YUV79.55139.54155.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 100 (39.45% from 255) = 36.50%
R=43.07%
G=20.44%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185610000.530.150.54317.4235.6334.12
Hex763864035F3613d2422
Octal1667014406517664754442
Binary1110110111000110010001101011111110110100111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763864; }

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

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

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

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

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

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

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

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