#753668

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

Shades of Palatinate Purple #753668

Tints of Palatinate Purple #753668

Color information

#753668 (or 0x753668) is unknown color: approx Palatinate Purple. HEX triplet: 75, 36 and 68. RGB value is (117,54,104). Sum of RGB (Red+Green+Blue) = 117+54+104=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #753668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753668 is #8AC997. Grayscale: #4E4E4E. Windows color (decimal): -9095576 or 6829685. OLE color: 6829685.

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

Color convert

RGB11754104-
CMYK00.540.110.54
HSL312.38º36.84%33.53%-
HSV(B)312.38º53.85%45.88%-
XYZ11.157.4213.94-
YUV78.54142.37155.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=42.55%
G=19.64%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175410400.540.110.54312.3836.8433.53
Hex753668036B361382522
Octal1656615006613664704542
Binary1110101110110110100001101101011110110100111000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753668; }

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

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

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

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

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

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

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

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