#753565

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

Shades of Palatinate Purple #753565

Tints of Palatinate Purple #753565

Color information

#753565 (or 0x753565) is unknown color: approx Palatinate Purple. HEX triplet: 75, 35 and 65. RGB value is (117,53,101). Sum of RGB (Red+Green+Blue) = 117+53+101=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #753565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753565 is #8ACA9A. Grayscale: #4D4D4D. Windows color (decimal): -9095835 or 6632821. OLE color: 6632821.

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

Color convert

RGB11753101-
CMYK00.550.140.54
HSL315º37.65%33.33%-
HSV(B)315º54.7%45.88%-
XYZ10.967.2713.14-
YUV77.61141.2156.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 53 (21.09% from 255) = 19.56%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=43.17%
G=19.56%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175310100.550.140.5431537.6533.33
Hex753565037E3613b2621
Octal1656514506716664734641
Binary1110101110101110010101101111110110110100111011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753565; }

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

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

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

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

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

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

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

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