#753C66

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

Shades of Palatinate Purple #753C66

Tints of Palatinate Purple #753C66

Color information

#753C66 (or 0x753C66) is unknown color: approx Palatinate Purple. HEX triplet: 75, 3C and 66. RGB value is (117,60,102). Sum of RGB (Red+Green+Blue) = 117+60+102=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #753C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C66 is #8AC399. Grayscale: #515151. Windows color (decimal): -9094042 or 6700149. OLE color: 6700149.

HSL color Cylindrical-coordinate representation of color #753C66: hue angle of 315.79º 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 #753C66 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB11760102-
CMYK00.490.130.54
HSL315.79º32.2%34.71%-
HSV(B)315.79º48.72%45.88%-
XYZ11.357.9713.51-
YUV81.83139.38153.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 60 (23.83% from 255) = 21.51%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=41.94%
G=21.51%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176010200.490.130.54315.7932.234.71
Hex753C66031D3613c2023
Octal1657414606115664744043
Binary1110101111100110011001100011101110110100111100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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