#753564

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

Shades of Palatinate Purple #753564

Tints of Palatinate Purple #753564

Color information

#753564 (or 0x753564) is unknown color: approx Palatinate Purple. HEX triplet: 75, 35 and 64. RGB value is (117,53,100). Sum of RGB (Red+Green+Blue) = 117+53+100=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #753564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753564 is #8ACA9B. Grayscale: #4D4D4D. Windows color (decimal): -9095836 or 6567285. OLE color: 6567285.

HSL color Cylindrical-coordinate representation of color #753564: hue angle of 315.94º 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 #753564 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11753100-
CMYK00.550.150.54
HSL315.94º37.65%33.33%-
HSV(B)315.94º54.7%45.88%-
XYZ10.917.2512.88-
YUV77.49140.7156.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=43.33%
G=19.63%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175310000.550.150.54315.9437.6533.33
Hex753564037F3613c2621
Octal1656514406717664744641
Binary1110101110101110010001101111111110110100111100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753564; }

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

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

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

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

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

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

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

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