#763263

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

Shades of Palatinate Purple #763263

Tints of Palatinate Purple #763263

Color information

#763263 (or 0x763263) is unknown color: approx Palatinate Purple. HEX triplet: 76, 32 and 63. RGB value is (118,50,99). Sum of RGB (Red+Green+Blue) = 118+50+99=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #763263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763263 is #89CD9C. Grayscale: #4B4B4B. Windows color (decimal): -9031069 or 6500982. OLE color: 6500982.

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

Color convert

RGB1185099-
CMYK00.580.160.54
HSL316.76º40.48%32.94%-
HSV(B)316.76º57.63%46.27%-
XYZ10.867.0312.59-
YUV75.92141.03158.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 99 (39.06% from 255) = 37.08%
R=44.19%
G=18.73%
B=37.08%

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
Decimal118509900.580.160.54316.7640.4832.94
Hex76326303A103613d2821
Octal1666214307220664755041
Binary11101101100101100011011101010000110110100111101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763263; }

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

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

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

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

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

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

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

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