#763863

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

Shades of Palatinate Purple #763863

Tints of Palatinate Purple #763863

Color information

#763863 (or 0x763863) is unknown color: approx Palatinate Purple. HEX triplet: 76, 38 and 63. RGB value is (118,56,99). Sum of RGB (Red+Green+Blue) = 118+56+99=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #763863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763863 is #89C79C. Grayscale: #4F4F4F. Windows color (decimal): -9029533 or 6502518. OLE color: 6502518.

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

Color convert

RGB1185699-
CMYK00.530.160.54
HSL318.39º35.63%34.12%-
HSV(B)318.39º52.54%46.27%-
XYZ11.147.5812.68-
YUV79.44139.04155.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=43.22%
G=20.51%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118569900.530.160.54318.3935.6334.12
Hex763863035103613e2422
Octal1667014306520664764442
Binary11101101110001100011011010110000110110100111110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763863; }

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

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

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

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

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

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

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

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