#763668

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

Shades of Palatinate Purple #763668

Tints of Palatinate Purple #763668

Color information

#763668 (or 0x763668) is unknown color: approx Palatinate Purple. HEX triplet: 76, 36 and 68. RGB value is (118,54,104). Sum of RGB (Red+Green+Blue) = 118+54+104=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #763668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763668 is #89C997. Grayscale: #4E4E4E. Windows color (decimal): -9030040 or 6829686. OLE color: 6829686.

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

Color convert

RGB11854104-
CMYK00.540.120.54
HSL313.12º37.21%33.73%-
HSV(B)313.12º54.24%46.27%-
XYZ11.297.4913.95-
YUV78.84142.2155.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=42.75%
G=19.57%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185410400.540.120.54313.1237.2133.73
Hex763668036C361392522
Octal1666615006614664714542
Binary1110110110110110100001101101100110110100111001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763668; }

 p { color: rgb(118,54,104); }

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

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

 a { background-color: rgb(118,54,104); }

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

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

 span { border-color: rgb(118,54,104); }

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