#753569

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

Shades of Palatinate Purple #753569

Tints of Palatinate Purple #753569

Color information

#753569 (or 0x753569) is unknown color: approx Palatinate Purple. HEX triplet: 75, 35 and 69. RGB value is (117,53,105). Sum of RGB (Red+Green+Blue) = 117+53+105=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #753569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753569 is #8ACA96. Grayscale: #4D4D4D. Windows color (decimal): -9095831 or 6894965. OLE color: 6894965.

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

Color convert

RGB11753105-
CMYK00.550.100.54
HSL311.25º37.65%33.33%-
HSV(B)311.25º54.7%45.88%-
XYZ11.167.3514.19-
YUV78.06143.2155.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=42.55%
G=19.27%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175310500.550.100.54311.2537.6533.33
Hex753569037A361372621
Octal1656515106712664674641
Binary1110101110101110100101101111010110110100110111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753569; }

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

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

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

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

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

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

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

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