#753560

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

Shades of Palatinate Purple #753560

Tints of Palatinate Purple #753560

Color information

#753560 (or 0x753560) is unknown color: approx Palatinate Purple. HEX triplet: 75, 35 and 60. RGB value is (117,53,96). Sum of RGB (Red+Green+Blue) = 117+53+96=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #753560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753560 is #8ACA9F. Grayscale: #4C4C4C. Windows color (decimal): -9095840 or 6305141. OLE color: 6305141.

HSL color Cylindrical-coordinate representation of color #753560: hue angle of 319.69º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #753560 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1175396-
CMYK00.550.180.54
HSL319.69º37.65%33.33%-
HSV(B)319.69º54.7%45.88%-
XYZ10.727.1711.89-
YUV77.04138.7156.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=43.98%
G=19.92%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117539600.550.180.54319.6937.6533.33
Hex75356003712361402621
Octal1656514006722665004641
Binary11101011101011100000011011110010110110101000000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753560; }

 p { color: rgb(117,53,96); }

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

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

 a { background-color: rgb(117,53,96); }

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

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

 span { border-color: rgb(117,53,96); }

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