#753F68

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

Shades of Palatinate Purple #753F68

Tints of Palatinate Purple #753F68

Color information

#753F68 (or 0x753F68) is unknown color: approx Palatinate Purple. HEX triplet: 75, 3F and 68. RGB value is (117,63,104). Sum of RGB (Red+Green+Blue) = 117+63+104=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #753F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F68 is #8AC097. Grayscale: #535353. Windows color (decimal): -9093272 or 6831989. OLE color: 6831989.

HSL color Cylindrical-coordinate representation of color #753F68: hue angle of 314.44º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #753F68 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11763104-
CMYK00.460.110.54
HSL314.44º30%35.29%-
HSV(B)314.44º46.15%45.88%-
XYZ11.618.3414.09-
YUV83.82139.39151.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 63 (25% from 255) = 22.18%
BLUE value IS 104 (41.02% from 255) = 36.62%
R=41.20%
G=22.18%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176310400.460.110.54314.443035.29
Hex753F6802EB3613a1e23
Octal1657715005613664723643
Binary111010111111111010000101110101111011010011101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,63,104); }

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

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

 a { background-color: rgb(117,63,104); }

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

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

 span { border-color: rgb(117,63,104); }

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