#753C69

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

Shades of Palatinate Purple #753C69

Tints of Palatinate Purple #753C69

Color information

#753C69 (or 0x753C69) is unknown color: approx Palatinate Purple. HEX triplet: 75, 3C and 69. RGB value is (117,60,105). Sum of RGB (Red+Green+Blue) = 117+60+105=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #753C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C69 is #8AC396. Grayscale: #525252. Windows color (decimal): -9094039 or 6896757. OLE color: 6896757.

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

Color convert

RGB11760105-
CMYK00.490.100.54
HSL312.63º32.2%34.71%-
HSV(B)312.63º48.72%45.88%-
XYZ11.58.0314.31-
YUV82.17140.88152.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=41.49%
G=21.28%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176010500.490.100.54312.6332.234.71
Hex753C69031A361392023
Octal1657415106112664714043
Binary1110101111100110100101100011010110110100111001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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