#733564

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

Shades of Palatinate Purple #733564

Tints of Palatinate Purple #733564

Color information

#733564 (or 0x733564) is unknown color: approx Palatinate Purple. HEX triplet: 73, 35 and 64. RGB value is (115,53,100). Sum of RGB (Red+Green+Blue) = 115+53+100=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #733564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733564 is #8CCA9B. Grayscale: #4C4C4C. Windows color (decimal): -9226908 or 6567283. OLE color: 6567283.

HSL color Cylindrical-coordinate representation of color #733564: hue angle of 314.52º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #733564 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB11553100-
CMYK00.540.130.55
HSL314.52º36.9%32.94%-
HSV(B)314.52º53.91%45.1%-
XYZ10.647.1112.87-
YUV76.9141.04155.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=42.91%
G=19.78%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155310000.540.130.55314.5236.932.94
Hex733564036D3713b2521
Octal1636514406615674734541
Binary1110011110101110010001101101101110111100111011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733564; }

 p { color: rgb(115,53,100); }

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

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

 a { background-color: rgb(115,53,100); }

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

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

 span { border-color: rgb(115,53,100); }

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