#76326C

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

Shades of Palatinate Purple #76326C

Tints of Palatinate Purple #76326C

Color information

#76326C (or 0x76326C) is unknown color: approx Palatinate Purple. HEX triplet: 76, 32 and 6C. RGB value is (118,50,108). Sum of RGB (Red+Green+Blue) = 118+50+108=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76326C is #89CD93. Grayscale: #4C4C4C. Windows color (decimal): -9031060 or 7090806. OLE color: 7090806.

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

Color convert

RGB11850108-
CMYK00.580.080.54
HSL308.82º40.48%32.94%-
HSV(B)308.82º57.63%46.27%-
XYZ11.327.2214.98-
YUV76.94145.53157.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 50 (19.92% from 255) = 18.12%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=42.75%
G=18.12%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185010800.580.080.54308.8240.4832.94
Hex76326C03A8361352821
Octal1666215407210664655041
Binary1110110110010110110001110101000110110100110101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76326C; }

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

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

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

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

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

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

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

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