#763b69

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

Shades of Palatinate Purple #763B69

Tints of Palatinate Purple #763B69

Color information

#763B69 (or 0x763B69) is unknown color: approx Palatinate Purple. HEX triplet: 76, 3B and 69. RGB value is (118,59,105). Sum of RGB (Red+Green+Blue) = 118+59+105=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #763B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B69 is #89C496. Grayscale: #515151. Windows color (decimal): -9028759 or 6896502. OLE color: 6896502.

HSL color Cylindrical-coordinate representation of color #763B69: hue angle of 313.22º 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 #763B69 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11859105-
CMYK00.500.110.54
HSL313.22º33.33%34.71%-
HSV(B)313.22º50%46.27%-
XYZ11.58814.3-
YUV81.88141.05153.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 59 (23.44% from 255) = 20.92%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=41.84%
G=20.92%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185910500.500.110.54313.2233.3334.71
Hex763B69032B361392123
Octal1667315106213664714143
Binary1110110111011110100101100101011110110100111001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763b69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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