#753A64

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

Shades of Palatinate Purple #753A64

Tints of Palatinate Purple #753A64

Color information

#753A64 (or 0x753A64) is unknown color: approx Palatinate Purple. HEX triplet: 75, 3A and 64. RGB value is (117,58,100). Sum of RGB (Red+Green+Blue) = 117+58+100=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #753A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A64 is #8AC59B. Grayscale: #505050. Windows color (decimal): -9094556 or 6568565. OLE color: 6568565.

HSL color Cylindrical-coordinate representation of color #753A64: hue angle of 317.29º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A64 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11758100-
CMYK00.500.150.54
HSL317.29º33.71%34.31%-
HSV(B)317.29º50.43%45.88%-
XYZ11.157.7312.96-
YUV80.43139.05154.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 58 (23.05% from 255) = 21.09%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=42.55%
G=21.09%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175810000.500.150.54317.2933.7134.31
Hex753A64032F3613d2222
Octal1657214406217664754242
Binary1110101111010110010001100101111110110100111101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753A64; }

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

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

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

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

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

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

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

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