#763163

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

Shades of Palatinate Purple #763163

Tints of Palatinate Purple #763163

Color information

#763163 (or 0x763163) is unknown color: approx Palatinate Purple. HEX triplet: 76, 31 and 63. RGB value is (118,49,99). Sum of RGB (Red+Green+Blue) = 118+49+99=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #763163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763163 is #89CE9C. Grayscale: #4B4B4B. Windows color (decimal): -9031325 or 6500726. OLE color: 6500726.

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

Color convert

RGB1184999-
CMYK00.580.160.54
HSL316.52º41.32%32.75%-
HSV(B)316.52º58.47%46.27%-
XYZ10.826.9512.58-
YUV75.33141.36158.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 49 (19.53% from 255) = 18.42%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=44.36%
G=18.42%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118499900.580.160.54316.5241.3232.75
Hex76316303A103613d2921
Octal1666114307220664755141
Binary11101101100011100011011101010000110110100111101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763163; }

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

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

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

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

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

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

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

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