#763261

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

Shades of Palatinate Purple #763261

Tints of Palatinate Purple #763261

Color information

#763261 (or 0x763261) is unknown color: approx Palatinate Purple. HEX triplet: 76, 32 and 61. RGB value is (118,50,97). Sum of RGB (Red+Green+Blue) = 118+50+97=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #763261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763261 is #89CD9E. Grayscale: #4B4B4B. Windows color (decimal): -9031071 or 6369910. OLE color: 6369910.

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

Color convert

RGB1185097-
CMYK00.580.180.54
HSL318.53º40.48%32.94%-
HSV(B)318.53º57.63%46.27%-
XYZ10.77712.09-
YUV75.69140.03158.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=44.53%
G=18.87%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118509700.580.180.54318.5340.4832.94
Hex76326103A123613f2821
Octal1666214107222664775041
Binary11101101100101100001011101010010110110100111111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763261; }

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

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

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

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

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

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

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

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