#753365

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

Shades of Palatinate Purple #753365

Tints of Palatinate Purple #753365

Color information

#753365 (or 0x753365) is unknown color: approx Palatinate Purple. HEX triplet: 75, 33 and 65. RGB value is (117,51,101). Sum of RGB (Red+Green+Blue) = 117+51+101=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #753365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753365 is #8ACC9A. Grayscale: #4C4C4C. Windows color (decimal): -9096347 or 6632309. OLE color: 6632309.

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

Color convert

RGB11751101-
CMYK00.560.140.54
HSL314.55º39.29%32.94%-
HSV(B)314.55º56.41%45.88%-
XYZ10.877.0913.11-
YUV76.43141.87156.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=43.49%
G=18.96%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175110100.560.140.54314.5539.2932.94
Hex753365038E3613b2721
Octal1656314507016664734741
Binary1110101110011110010101110001110110110100111011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753365; }

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

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

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

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

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

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

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

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