#753b68

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

Shades of Palatinate Purple #753B68

Tints of Palatinate Purple #753B68

Color information

#753B68 (or 0x753B68) is unknown color: approx Palatinate Purple. HEX triplet: 75, 3B and 68. RGB value is (117,59,104). Sum of RGB (Red+Green+Blue) = 117+59+104=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #753B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B68 is #8AC497. Grayscale: #515151. Windows color (decimal): -9094296 or 6830965. OLE color: 6830965.

HSL color Cylindrical-coordinate representation of color #753B68: hue angle of 313.45º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753B68 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11759104-
CMYK00.500.110.54
HSL313.45º32.95%34.51%-
HSV(B)313.45º49.57%45.88%-
XYZ11.47.9114.02-
YUV81.47140.72153.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 59 (23.44% from 255) = 21.07%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=41.79%
G=21.07%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175910400.500.110.54313.4532.9534.51
Hex753B68032B361392123
Octal1657315006213664714143
Binary1110101111011110100001100101011110110100111001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753b68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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