#753D69

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

Shades of Palatinate Purple #753D69

Tints of Palatinate Purple #753D69

Color information

#753D69 (or 0x753D69) is unknown color: approx Palatinate Purple. HEX triplet: 75, 3D and 69. RGB value is (117,61,105). Sum of RGB (Red+Green+Blue) = 117+61+105=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #753D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D69 is #8AC296. Grayscale: #525252. Windows color (decimal): -9093783 or 6897013. OLE color: 6897013.

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

Color convert

RGB11761105-
CMYK00.480.100.54
HSL312.86º31.46%34.9%-
HSV(B)312.86º47.86%45.88%-
XYZ11.558.1414.33-
YUV82.76140.55152.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 61 (24.22% from 255) = 21.55%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=41.34%
G=21.55%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176110500.480.100.54312.8631.4634.9
Hex753D69030A361391f23
Octal1657515106012664713743
Binary111010111110111010010110000101011011010011100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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