#763B66

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

Shades of Palatinate Purple #763B66

Tints of Palatinate Purple #763B66

Color information

#763B66 (or 0x763B66) is unknown color: approx Palatinate Purple. HEX triplet: 76, 3B and 66. RGB value is (118,59,102). Sum of RGB (Red+Green+Blue) = 118+59+102=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #763B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B66 is #89C499. Grayscale: #515151. Windows color (decimal): -9028762 or 6699894. OLE color: 6699894.

HSL color Cylindrical-coordinate representation of color #763B66: hue angle of 316.27º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763B66 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11859102-
CMYK00.500.140.54
HSL316.27º33.33%34.71%-
HSV(B)316.27º50%46.27%-
XYZ11.437.9413.5-
YUV81.54139.55154-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 59 (23.44% from 255) = 21.15%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=42.29%
G=21.15%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185910200.500.140.54316.2733.3334.71
Hex763B66032E3613c2123
Octal1667314606216664744143
Binary1110110111011110011001100101110110110100111100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763B66; }

 p { color: rgb(118,59,102); }

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

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

 a { background-color: rgb(118,59,102); }

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

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

 span { border-color: rgb(118,59,102); }

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