#753F69

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

Shades of Palatinate Purple #753F69

Tints of Palatinate Purple #753F69

Color information

#753F69 (or 0x753F69) is unknown color: approx Palatinate Purple. HEX triplet: 75, 3F and 69. RGB value is (117,63,105). Sum of RGB (Red+Green+Blue) = 117+63+105=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #753F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F69 is #8AC096. Grayscale: #535353. Windows color (decimal): -9093271 or 6897525. OLE color: 6897525.

HSL color Cylindrical-coordinate representation of color #753F69: hue angle of 313.33º 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 #753F69 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11763105-
CMYK00.460.100.54
HSL313.33º30%35.29%-
HSV(B)313.33º46.15%45.88%-
XYZ11.668.3614.36-
YUV83.93139.89151.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 63 (25% from 255) = 22.11%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=41.05%
G=22.11%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176310500.460.100.54313.333035.29
Hex753F6902EA361391e23
Octal1657715105612664713643
Binary111010111111111010010101110101011011010011100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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