#753669

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

Shades of Palatinate Purple #753669

Tints of Palatinate Purple #753669

Color information

#753669 (or 0x753669) is unknown color: approx Palatinate Purple. HEX triplet: 75, 36 and 69. RGB value is (117,54,105). Sum of RGB (Red+Green+Blue) = 117+54+105=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #753669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753669 is #8AC996. Grayscale: #4E4E4E. Windows color (decimal): -9095575 or 6895221. OLE color: 6895221.

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

Color convert

RGB11754105-
CMYK00.540.100.54
HSL311.43º36.84%33.53%-
HSV(B)311.43º53.85%45.88%-
XYZ11.217.4414.21-
YUV78.65142.87155.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 105 (41.41% from 255) = 38.04%
R=42.39%
G=19.57%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175410500.540.100.54311.4336.8433.53
Hex753669036A361372522
Octal1656615106612664674542
Binary1110101110110110100101101101010110110100110111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753669; }

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

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

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

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

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

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

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

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