#763D68

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

Shades of Palatinate Purple #763D68

Tints of Palatinate Purple #763D68

Color information

#763D68 (or 0x763D68) is unknown color: approx Palatinate Purple. HEX triplet: 76, 3D and 68. RGB value is (118,61,104). Sum of RGB (Red+Green+Blue) = 118+61+104=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #763D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D68 is #89C297. Grayscale: #525252. Windows color (decimal): -9028248 or 6831478. OLE color: 6831478.

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

Color convert

RGB11861104-
CMYK00.480.120.54
HSL314.74º31.84%35.1%-
HSV(B)314.74º48.31%46.27%-
XYZ11.648.1914.06-
YUV82.94139.88153-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 61 (24.22% from 255) = 21.55%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=41.70%
G=21.55%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186110400.480.120.54314.7431.8435.1
Hex763D68030C3613b2023
Octal1667515006014664734043
Binary1110110111101110100001100001100110110100111011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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