#76325E

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

Shades of Palatinate Purple #76325E

Tints of Palatinate Purple #76325E

Color information

#76325E (or 0x76325E) is unknown color: approx Palatinate Purple. HEX triplet: 76, 32 and 5E. RGB value is (118,50,94). Sum of RGB (Red+Green+Blue) = 118+50+94=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76325E is #89CDA1. Grayscale: #4B4B4B. Windows color (decimal): -9031074 or 6173302. OLE color: 6173302.

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

Color convert

RGB1185094-
CMYK00.580.200.54
HSL321.18º40.48%32.94%-
HSV(B)321.18º57.63%46.27%-
XYZ10.636.9411.37-
YUV75.35138.53158.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 50 (19.92% from 255) = 19.08%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=45.04%
G=19.08%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118509400.580.200.54321.1840.4832.94
Hex76325E03A14361412821
Octal1666213607224665015041
Binary11101101100101011110011101010100110110101000001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76325E; }

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

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

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

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

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

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

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

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