#76326B

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

Shades of Palatinate Purple #76326B

Tints of Palatinate Purple #76326B

Color information

#76326B (or 0x76326B) is unknown color: approx Palatinate Purple. HEX triplet: 76, 32 and 6B. RGB value is (118,50,107). Sum of RGB (Red+Green+Blue) = 118+50+107=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76326B is #89CD94. Grayscale: #4C4C4C. Windows color (decimal): -9031061 or 7025270. OLE color: 7025270.

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

Color convert

RGB11850107-
CMYK00.580.090.54
HSL309.71º40.48%32.94%-
HSV(B)309.71º57.63%46.27%-
XYZ11.277.1914.7-
YUV76.83145.03157.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 50 (19.92% from 255) = 18.18%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=42.91%
G=18.18%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185010700.580.090.54309.7140.4832.94
Hex76326B03A9361362821
Octal1666215307211664665041
Binary1110110110010110101101110101001110110100110110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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