#753568

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

Shades of Palatinate Purple #753568

Tints of Palatinate Purple #753568

Color information

#753568 (or 0x753568) is unknown color: approx Palatinate Purple. HEX triplet: 75, 35 and 68. RGB value is (117,53,104). Sum of RGB (Red+Green+Blue) = 117+53+104=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #753568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753568 is #8ACA97. Grayscale: #4D4D4D. Windows color (decimal): -9095832 or 6829429. OLE color: 6829429.

HSL color Cylindrical-coordinate representation of color #753568: hue angle of 312.19º 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 #753568 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11753104-
CMYK00.550.110.54
HSL312.19º37.65%33.33%-
HSV(B)312.19º54.7%45.88%-
XYZ11.117.3313.93-
YUV77.95142.7155.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 53 (21.09% from 255) = 19.34%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=42.70%
G=19.34%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175310400.550.110.54312.1937.6533.33
Hex753568037B361382621
Octal1656515006713664704641
Binary1110101110101110100001101111011110110100111000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753568; }

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

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

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

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

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

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

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

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