#76326D

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

Shades of Palatinate Purple #76326D

Tints of Palatinate Purple #76326D

Color information

#76326D (or 0x76326D) is unknown color: approx Palatinate Purple. HEX triplet: 76, 32 and 6D. RGB value is (118,50,109). Sum of RGB (Red+Green+Blue) = 118+50+109=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76326D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76326D is #89CD92. Grayscale: #4C4C4C. Windows color (decimal): -9031059 or 7156342. OLE color: 7156342.

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

Color convert

RGB11850109-
CMYK00.580.080.54
HSL307.94º40.48%32.94%-
HSV(B)307.94º57.63%46.27%-
XYZ11.377.2415.27-
YUV77.06146.03157.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=42.60%
G=18.05%
B=39.35%

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
Decimal1185010900.580.080.54307.9440.4832.94
Hex76326D03A8361342821
Octal1666215507210664645041
Binary1110110110010110110101110101000110110100110100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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